diff options
author | 2013-08-31 06:42:38 +0000 | |
---|---|---|
committer | 2013-08-31 06:42:38 +0000 | |
commit | 7a9536dd198950714691c873670923f470bb3ee8 (patch) | |
tree | 330a35df45c7815f3eb4cbc0f8d2f69042bf201c /net-dns/ddclient/files | |
parent | Add unit file (#481490 by Galym Kerimbekov) (diff) | |
download | gentoo-2-7a9536dd198950714691c873670923f470bb3ee8.tar.gz gentoo-2-7a9536dd198950714691c873670923f470bb3ee8.tar.bz2 gentoo-2-7a9536dd198950714691c873670923f470bb3ee8.zip |
Add unit file (#471310 by nE0sIghT and Ago)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns/ddclient/files')
-rw-r--r-- | net-dns/ddclient/files/ddclient.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dns/ddclient/files/ddclient.service b/net-dns/ddclient/files/ddclient.service new file mode 100644 index 000000000000..e2d3608d44d4 --- /dev/null +++ b/net-dns/ddclient/files/ddclient.service @@ -0,0 +1,12 @@ +[Unit] +Description=Dynamic DNS Update Client +After=network.target +ConditionPathExists=/etc/ddclient/ddclient.conf + +[Service] +ExecStart=/usr/sbin/ddclient --foreground +User=ddclient +Group=ddclient + +[Install] +WantedBy=multi-user.target |