Skip to content

Instantly share code, notes, and snippets.

@lpsmith
Created August 24, 2017 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lpsmith/9c49e674178d6406bcb38a1f9d4f08db to your computer and use it in GitHub Desktop.
Save lpsmith/9c49e674178d6406bcb38a1f9d4f08db to your computer and use it in GitHub Desktop.
ddclient unit file for systemd
[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