mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
commit
397987b2ae
2
init.d/runit/zapret/finish
Executable file
2
init.d/runit/zapret/finish
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/opt/zapret/init.d/sysv/zapret stop
|
3
init.d/runit/zapret/run
Executable file
3
init.d/runit/zapret/run
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/opt/zapret/init.d/sysv/zapret start
|
||||
exec chpst -b zapret sleep infinity
|
2
init.d/s6/zapret/down
Normal file
2
init.d/s6/zapret/down
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/execlineb -P
|
||||
exec /opt/zapret/init.d/sysv/zapret stop
|
1
init.d/s6/zapret/type
Normal file
1
init.d/s6/zapret/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
2
init.d/s6/zapret/up
Normal file
2
init.d/s6/zapret/up
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/execlineb -P
|
||||
exec /opt/zapret/init.d/sysv/zapret start
|
Loading…
Reference in New Issue
Block a user