From: Ruben Kerkhof Date: Fri, 15 Apr 2016 11:22:38 +0000 (+0200) Subject: collectd.service: correct comment X-Git-Tag: collectd-5.6.0~350 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f8a7daf843f37472ba2c6e71a88091dab78930bd;p=collectd.git collectd.service: correct comment We don't actually wait 10 seconds. The default is 100ms. --- diff --git a/contrib/systemd.collectd.service b/contrib/systemd.collectd.service index 704c72af..d0f1bdea 100644 --- 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 crashes. +# Restart the collectd daemon when it fails. Restart=on-failure [Install]