blob: cd52cb83c059ca271d60b87945ed2ff2dd1e0ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=AliSASE Daemon Service
After=network-online.target nftables.service iptables.service
[Service]
Type=forking
ExecStart=/usr/local/bin/alisase-bin/3.4.2/alisasesvc --daemon
KillSignal=SIGKILL
KillMode=mixed
SuccessExitStatus=0 1 255
RestartPreventExitStatus=
[Install]
WantedBy=multi-user.target
|