summaryrefslogtreecommitdiff
path: root/sys-process/runit/files/1-r2
blob: 0ca4cc880e91d8975971db560bf2528b7da85773 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# system one time tasks

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

. /etc/runit/rc.sh

run_rc_stage 1

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