diff options
Diffstat (limited to 'sys-process/runit/files/1-r1')
-rw-r--r-- | sys-process/runit/files/1-r1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-process/runit/files/1-r1 b/sys-process/runit/files/1-r1 new file mode 100644 index 000000000000..9761472ac739 --- /dev/null +++ b/sys-process/runit/files/1-r1 @@ -0,0 +1,10 @@ +#!/bin/sh +# system one time tasks + +PATH=/sbin:/usr/sbin:/bin:/usr/bin + +RUNLEVEL=S /sbin/openrc sysinit +RUNLEVEL=S /sbin/openrc boot + +touch /etc/runit/stopit +chmod 0 /etc/runit/stopit |