Dirk Mueller
83d4ae3c9d
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/915506 OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=60
29 lines
745 B
Desktop File
29 lines
745 B
Desktop File
[Unit]
|
|
Description=A Perl Client Used To Update Dynamic DNS
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
# 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
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|