diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-08-31 06:34:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-08-31 06:34:32 +0000 |
commit | 7d46f74e1b806b669425d281b3bda14131f4df40 (patch) | |
tree | 7e284cdd87c3f8cae92360ef9906c61cd724ae76 /net-dns/noip-updater/files | |
parent | Add unit file (#480714 by Billy DeVincentis) (diff) | |
download | gentoo-2-7d46f74e1b806b669425d281b3bda14131f4df40.tar.gz gentoo-2-7d46f74e1b806b669425d281b3bda14131f4df40.tar.bz2 gentoo-2-7d46f74e1b806b669425d281b3bda14131f4df40.zip |
Add unit file (#481490 by Galym Kerimbekov)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns/noip-updater/files')
-rw-r--r-- | net-dns/noip-updater/files/noip.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/noip-updater/files/noip.service b/net-dns/noip-updater/files/noip.service new file mode 100644 index 000000000000..725441efb3ec --- /dev/null +++ b/net-dns/noip-updater/files/noip.service @@ -0,0 +1,11 @@ +[Unit] +Description=No-IP Dynamic DNS Update Client +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/noip2 -c /etc/no-ip2.conf + +[Install] +WantedBy=multi-user.target + |