mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-12-16 05:19:43 +01:00
13 lines
350 B
SYSTEMD
13 lines
350 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description = CyberPanel Email Policy Control Daemon
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=forking
|
||
|
|
ExecStart = /usr/local/CyberCP/postfixSenderPolicy/policyCTRL.py start
|
||
|
|
ExecStop = /usr/local/CyberCP/postfixSenderPolicy/policyCTRL.py stop
|
||
|
|
Restart = /usr/local/CyberCP/postfixSenderPolicy/policyCTRL.py restart
|
||
|
|
Restart=on-abnormal
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=default.target
|