Skip to content

Instantly share code, notes, and snippets.

@KitaitiMakoto
Created June 21, 2015 15:13
Show Gist options
  • Select an option

  • Save KitaitiMakoto/bca461f7e7b9edbee9be to your computer and use it in GitHub Desktop.

Select an option

Save KitaitiMakoto/bca461f7e7b9edbee9be to your computer and use it in GitHub Desktop.
Systemd Unit file for InfluxDB
[Unit]
Description=InfluxDB Server
After=network.target
[Install]
WantedBy=network.target
[Service]
User=influxdb
Group=influxdb
PermissionsStartOnly=true
ExecStart=/usr/bin/influxdb -config /opt/influxdb/shared/config.toml
Restart=on-failure
@KitaitiMakoto
Copy link
Author

reloadを定義せんといかんな。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment