Files
CyberPanel/postfixSenderPolicy/cpecs.service

13 lines
350 B
SYSTEMD
Raw Normal View History

2025-08-01 14:56:30 +05:00
[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