summarylogtreecommitdiffstats
path: root/dyndnsc.service
diff options
context:
space:
mode:
authorxduugu2016-04-16 19:30:13 +0200
committerxduugu2016-04-16 19:30:13 +0200
commit88ae28e8ebb2bebfb4eb6a6393bbf942edb8c31a (patch)
treeb489b9863cdf72f70d2737da1797bd1b8a253070 /dyndnsc.service
parent751294d4006c6de51d08687d06ac9b618099d1f9 (diff)
downloadaur-88ae28e8ebb2bebfb4eb6a6393bbf942edb8c31a.tar.gz
Always restart systemd service
Diffstat (limited to 'dyndnsc.service')
-rw-r--r--dyndnsc.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/dyndnsc.service b/dyndnsc.service
index 80a4e7e223dc..d8bb9f2a3874 100644
--- a/dyndnsc.service
+++ b/dyndnsc.service
@@ -4,6 +4,7 @@ After=network.target
[Service]
ExecStart=/usr/bin/dyndnsc --loop --config /etc/dyndnsc.conf
+Restart=always
[Install]
WantedBy=multi-user.target