added runit scripts

This commit is contained in:
tomit4 2022-02-23 12:16:48 -08:00
parent 2e437cd329
commit c65de416de
81 changed files with 114 additions and 0 deletions

3
runit_scripts/ufw/finish Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
set -e
exec /usr/lib/ufw/ufw-init stop

4
runit_scripts/ufw/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
set -e
/usr/lib/ufw/ufw-init start quiet
exec chpst -b ufw pause

View file

View file

@ -0,0 +1 @@
5054

View file

@ -0,0 +1 @@
run

Binary file not shown.