master
rcinit
1#!/bin/rc
2
3flag e +
4
5# Check if PID is 1
6if (~ $pid 1) /etc/rc.init
7if not exit 1
8
9# Wait forever, so the script doesnt exit by itself
10while() sleep 86400
master
rcinit
1#!/bin/rc
2
3flag e +
4
5# Check if PID is 1
6if (~ $pid 1) /etc/rc.init
7if not exit 1
8
9# Wait forever, so the script doesnt exit by itself
10while() sleep 86400