diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-04 11:25:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-04 11:25:40 +0000 |
commit | e727f9a6c631357cf09901197b41e588f5eda7df (patch) | |
tree | 3c19a3ead02d1ababd8d6d512d586f44a729f5cf | |
parent | Correcting wrong bugnumer in previous changelog. (diff) | |
download | netdata-e727f9a6c631357cf09901197b41e588f5eda7df.tar.xz netdata-e727f9a6c631357cf09901197b41e588f5eda7df.zip |
Removing ExecReload from systemd unit (Closes: #921279).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/netdata-core.netdata.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/netdata-core.netdata.service b/debian/netdata-core.netdata.service index 54f4d03e7..64bbabd18 100644 --- a/debian/netdata-core.netdata.service +++ b/debian/netdata-core.netdata.service @@ -12,7 +12,6 @@ ConditionPathExists=/etc/netdata/netdata.conf Type=simple Environment="netdata_LOG_LOCATION=/var/log/netdata/log" ExecStart=/usr/sbin/netdata -D -ExecReload=/usr/sbin/netdata reload TimeoutStopSec=10 KillMode=mixed KillSignal=SIGTERM |