Merge pull request #127 from lepz0r/master

Add runit & s6 service
This commit is contained in:
bol-van
2022-11-27 18:15:04 +03:00
committed by GitHub
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
/opt/zapret/init.d/sysv/zapret stop
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
/opt/zapret/init.d/sysv/zapret start
exec chpst -b zapret sleep infinity
+2
View File
@@ -0,0 +1,2 @@
#!/bin/execlineb -P
exec /opt/zapret/init.d/sysv/zapret stop
+1
View File
@@ -0,0 +1 @@
oneshot
+2
View File
@@ -0,0 +1,2 @@
#!/bin/execlineb -P
exec /opt/zapret/init.d/sysv/zapret start