diff options
Diffstat (limited to 'sys-process/runit/files/1.openrc.example')
-rw-r--r-- | sys-process/runit/files/1.openrc.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-process/runit/files/1.openrc.example b/sys-process/runit/files/1.openrc.example new file mode 100644 index 000000000000..816c33d26372 --- /dev/null +++ b/sys-process/runit/files/1.openrc.example @@ -0,0 +1,6 @@ +#!/bin/sh + +# example script in stage 1 using openrc, sys-apps/openrc must be installed + +RUNLEVEL=S /sbin/openrc sysinit +RUNLEVEL=S /sbin/openrc boot |