Changing paths in scripts/telegraf.service

This commit is contained in:
Sean Reifschneider 2015-10-16 11:20:49 -06:00
parent 18e9ab432c
commit 868f4707bf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=network.target
[Service]
EnvironmentFile=-/etc/default/telegraf
User=telegraf
ExecStart=/opt/telegraf/telegraf -config /etc/opt/telegraf/telegraf.conf $TELEGRAF_OPTS
ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf $TELEGRAF_OPTS
Restart=on-failure
KillMode=process