added runit scripts
This commit is contained in:
parent
2e437cd329
commit
c65de416de
81 changed files with 114 additions and 0 deletions
3
runit_scripts/ufw/finish
Executable file
3
runit_scripts/ufw/finish
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
exec /usr/lib/ufw/ufw-init stop
|
||||
4
runit_scripts/ufw/run
Executable file
4
runit_scripts/ufw/run
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
/usr/lib/ufw/ufw-init start quiet
|
||||
exec chpst -b ufw pause
|
||||
0
runit_scripts/ufw/supervise/lock
Normal file
0
runit_scripts/ufw/supervise/lock
Normal file
1
runit_scripts/ufw/supervise/pid
Normal file
1
runit_scripts/ufw/supervise/pid
Normal file
|
|
@ -0,0 +1 @@
|
|||
5054
|
||||
1
runit_scripts/ufw/supervise/stat
Normal file
1
runit_scripts/ufw/supervise/stat
Normal file
|
|
@ -0,0 +1 @@
|
|||
run
|
||||
BIN
runit_scripts/ufw/supervise/status
Normal file
BIN
runit_scripts/ufw/supervise/status
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue