mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-03 07:00:54 +03:00
systemd initv lsb headers
This commit is contained in:
parent
778d0119fb
commit
fda0825a28
10
init.d/debian7/zapret
Executable file → Normal file
10
init.d/debian7/zapret
Executable file → Normal file
@ -1,4 +1,14 @@
|
||||
#!/bin/sh
|
||||
# For systemd :
|
||||
# install : /usr/lib/lsb/install_initd zapret
|
||||
# remove : /usr/lib/lsb/remove_initd zapret
|
||||
### BEGIN INIT INFO
|
||||
# Provides: zapret
|
||||
# Required-Start: $local_fs $network
|
||||
# Required-Stop: $local_fs $network
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
### END INIT INFO
|
||||
|
||||
# CHOOSE ISP HERE. UNCOMMENT ONLY ONE LINE.
|
||||
ISP=mns
|
||||
|
Loading…
Reference in New Issue
Block a user