You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/runit/files/1-2.1.2

11 lines
183 B

#!/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