/lib/systemd/system/yadifa.service is in yadifa 2.1.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=YADIFA Domain Name Server
Documentation=man:yadifa(8)
After=network.target
[Service]
Type=simple
EnvironmentFile=-/etc/default/yadifa
PIDFile=/var/run/yadifa/yadifad.pid
ExecStart=/usr/sbin/yadifad -c $YADIFA_CONF
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
[Install]
WantedBy=multi-user.target
|