projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9fe94
)
collectd.service: correct comment
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 15 Apr 2016 11:22:38 +0000
(13:22 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 15 Apr 2016 11:22:38 +0000
(13:22 +0200)
We don't actually wait 10 seconds. The default is 100ms.
contrib/systemd.collectd.service
patch
|
blob
|
history
diff --git
a/contrib/systemd.collectd.service
b/contrib/systemd.collectd.service
index
704c72a
..
d0f1bde
100644
(file)
--- a/
contrib/systemd.collectd.service
+++ b/
contrib/systemd.collectd.service
@@
-34,7
+34,7
@@
NoNewPrivileges=true
# socket once the daemon is ready. See systemd.service(5) for more details.
Type=notify
-# Restart the collectd daemon
after a 10 seconds delay, in case it crashe
s.
+# Restart the collectd daemon
when it fail
s.
Restart=on-failure
[Install]