diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-16 17:34:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-16 17:34:30 (GMT) |
commit | e5964f928b92018a912288591d43d44b64a26c22 (patch) | |
tree | 16c73e0c7db5b4fa8f2c2b40b768e7b04da203e5 /abs/extra/ddclient/ddclient.service | |
parent | 8e41fcf367697e694aa00b9c6e5e0613803548b0 (diff) | |
download | linhes_pkgbuild-e5964f928b92018a912288591d43d44b64a26c22.zip linhes_pkgbuild-e5964f928b92018a912288591d43d44b64a26c22.tar.gz linhes_pkgbuild-e5964f928b92018a912288591d43d44b64a26c22.tar.bz2 |
ddclient: update to 3.8.2. refs #961
Diffstat (limited to 'abs/extra/ddclient/ddclient.service')
-rw-r--r-- | abs/extra/ddclient/ddclient.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/ddclient/ddclient.service b/abs/extra/ddclient/ddclient.service new file mode 100644 index 0000000..4abadac --- /dev/null +++ b/abs/extra/ddclient/ddclient.service @@ -0,0 +1,11 @@ +[Unit] +Description=Dynamic DNS Update Client +After=network.target + +[Service] +Type=forking +PIDFile=/var/run/ddclient.pid +ExecStart=/usr/bin/ddclient + +[Install] +WantedBy=multi-user.target |