mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 16:57:07 +00:00
14 lines
270 B
SYSTEMD
14 lines
270 B
SYSTEMD
|
|
[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
|