Created
August 24, 2017 21:09
-
-
Save lpsmith/9c49e674178d6406bcb38a1f9d4f08db to your computer and use it in GitHub Desktop.
ddclient unit file for systemd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=ddclient service | |
After=network.target | |
[Service] | |
ExecStart=/usr/local/sbin/ddclient -file /etc/ddclient/ddclient.conf -daemon 300 -foreground -pid /dev/null | |
User=ddclient | |
Restart=always | |
RestartSec=300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment