blob: 9761472ac739f300898115bf15667df835794bcb (
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/openrc sysinit
RUNLEVEL=S /sbin/openrc boot
touch /etc/runit/stopit
chmod 0 /etc/runit/stopit
|