Created
June 21, 2015 15:13
-
-
Save KitaitiMakoto/bca461f7e7b9edbee9be to your computer and use it in GitHub Desktop.
Systemd Unit file for InfluxDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reloadを定義せんといかんな。