Skip to content

Commit

Permalink
fix telegraf service (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren authored and sparrc committed May 24, 2016
1 parent e103923 commit 475252d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## v1.0 [unreleased]

### Release Notes

### Features

### Bugfixes

- [#1252](https://github.com/influxdata/telegraf/pull/1252): Fix systemd service. Thanks @zbindenren!

## v0.13.1 [2016-05-24]

### Release Notes
Expand Down
2 changes: 1 addition & 1 deletion scripts/telegraf.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Environment='STDERR=/var/log/telegraf/telegraf.log'
ExecStart=/bin/sh -c "/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d ${TELEGRAF_OPTS} >>${STDOUT} 2>>${STDERR}"
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
KillMode=process
KillMode=control-group

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 475252d

Please sign in to comment.