You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/ddclient/files/ddclient.service-r1

14 lines
235 B

[Unit]
After=network-online.target
ConditionPathExists=/etc/ddclient/ddclient.conf
Description=DDclient
[Service]
ExecStart=/usr/bin/ddclient --foreground
Group=ddclient
Type=simple
User=ddclient
[Install]
WantedBy=multi-user.target