add package install script, move runit rules to subdirectory

This commit is contained in:
2021-04-15 16:14:57 +02:00
parent 40b579e4bd
commit 95acee830f
4 changed files with 11 additions and 3 deletions

5
runit/rc.local Executable file
View File

@@ -0,0 +1,5 @@
# Default rc.local for void; add your custom commands here.
#
# This is run by runit in stage 2 before the services are executed
# (see /etc/runit/2).
light -I

5
runit/rc.shutdown Executable file
View File

@@ -0,0 +1,5 @@
# Default rc.shutdown for void; add your custom commands here.
#
# This is run by runit in stage 3 after the services are stopped
# (see /etc/runit/3).
light -O