2013-11-11 15:01:16 +01:00
|
|
|
[Unit]
|
|
|
|
Description=A Perl Client Used To Update Dynamic DNS
|
2022-01-15 19:09:47 +01:00
|
|
|
After=network-online.target nss-lookup.target
|
|
|
|
Wants=network-online.target nss-lookup.target
|
2013-11-11 15:01:16 +01:00
|
|
|
|
|
|
|
[Service]
|
2021-10-16 12:02:48 +02:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2013-11-11 15:01:16 +01:00
|
|
|
User=ddclient
|
|
|
|
Group=ddclient
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/run/ddclient/ddclient.pid
|
|
|
|
EnvironmentFile=-/etc/sysconfig/ddclient
|
|
|
|
ExecStartPre=/bin/touch /var/cache/ddclient/ddclient.cache
|
|
|
|
ExecStart=/usr/sbin/ddclient $DDCLIENT_OPTIONS
|
2022-07-12 22:16:31 +02:00
|
|
|
SupplementaryGroups=maildrop
|
2013-11-11 15:01:16 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|