summaryrefslogtreecommitdiff
blob: d6a5b4f64eeb8910e95b271fb8d7635d38eb65b2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# system one time tasks

PATH=/sbin:/usr/sbin:/bin:/usr/bin

RUNLEVEL=S /sbin/rc sysinit
RUNLEVEL=S /sbin/rc boot

touch /etc/runit/stopit
chmod 0 /etc/runit/stopit