Skip to content

Commit

Permalink
Merge pull request #8909 from influxdata/mr-service-var
Browse files Browse the repository at this point in the history
Use correct variable style in influxdb.service
  • Loading branch information
mark-rushakoff authored Oct 3, 2017
2 parents 920b2be + 0aaede8 commit 6160e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
- [#8848](https://github.com/influxdata/influxdb/issues/8848): Prevent deadlock when doing math on the result of a subquery.
- [#8895](https://github.com/influxdata/influxdb/issues/8895): Fix a minor memory leak in batching points in tsdb.
- [#8900](https://github.com/influxdata/influxdb/issues/8900): Don't assume `which` is present in package post-install script.
- [#8909](https://github.com/influxdata/influxdb/issues/8909): Fix use of `INFLUXD_OPTS` in service file

## v1.3.4 [unreleased]

Expand Down
2 changes: 1 addition & 1 deletion scripts/influxdb.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ User=influxdb
Group=influxdb
LimitNOFILE=65536
EnvironmentFile=-/etc/default/influxdb
ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf ${INFLUXD_OPTS}
ExecStart=/usr/bin/influxd -config /etc/influxdb/influxdb.conf $INFLUXD_OPTS
KillMode=control-group
Restart=on-failure

Expand Down

0 comments on commit 6160e36

Please sign in to comment.