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