mirror of https://github.com/bol-van/zapret/
committed by
GitHub
5 changed files with 10 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
#!/bin/sh |
|||
/opt/zapret/init.d/sysv/zapret stop |
@ -0,0 +1,3 @@ |
|||
#!/bin/sh |
|||
/opt/zapret/init.d/sysv/zapret start |
|||
exec chpst -b zapret sleep infinity |
@ -0,0 +1,2 @@ |
|||
#!/bin/execlineb -P |
|||
exec /opt/zapret/init.d/sysv/zapret stop |
@ -0,0 +1 @@ |
|||
oneshot |
@ -0,0 +1,2 @@ |
|||
#!/bin/execlineb -P |
|||
exec /opt/zapret/init.d/sysv/zapret start |
Loading…
Reference in new issue