HOME


5h-3LL 1.0
DIR: /etc/systemd/system
/etc/systemd/system/
Upload File:
Current File : /etc/systemd/system/dnsadmin.service
[Unit]
Description=cPanel DNS admin service
After=cpanel.service
# dnsonly server

[Service]
Type=notify
NotifyAccess=main
PIDFile=/var/run/dnsadmin.pid
ExecStart=/usr/local/cpanel/scripts/restartsrv_dnsadmin --no-verbose --notconfigured-ok  --systemd-service=dnsadmin
ExecStop=/usr/local/cpanel/scripts/restartsrv_dnsadmin --stop --notconfigured-ok  --systemd-service=dnsadmin

[Install]
WantedBy=multi-user.target