mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 19:47:06 +00:00
GPL v3 Release
This commit is contained in:
13
csf/csf.service
Normal file
13
csf/csf.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=ConfigServer Firewall & Security - csf
|
||||
After=network.target
|
||||
Before=lfd.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/csf --initup
|
||||
ExecStop=/usr/sbin/csf --initdown ; /usr/sbin/csf --stop
|
||||
RemainAfterExit=yes
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user