add package install script, move runit rules to subdirectory
This commit is contained in:
5
runit/rc.local
Executable file
5
runit/rc.local
Executable 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
5
runit/rc.shutdown
Executable 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
|
||||
Reference in New Issue
Block a user