diff options
Diffstat (limited to 'community/noip/noip.service')
-rw-r--r-- | community/noip/noip.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/noip/noip.service b/community/noip/noip.service new file mode 100644 index 000000000..2ad0ba867 --- /dev/null +++ b/community/noip/noip.service @@ -0,0 +1,10 @@ +[Unit] +Description=No-IP Dynamic DNS Update Client +After=network.target + +[Service] +Type=forking +ExecStart=/usr/bin/noip2 -c /etc/no-ip2.conf + +[Install] +WantedBy=multi-user.target |