chronograf/etc/scripts/chronograf.service

18 lines
534 B
INI
Raw Normal View History

2016-11-02 20:29:16 +00:00
# If you modify this, please also make sure to edit init.sh
[Unit]
Description=Open source monitoring and visualization UI for the entire TICK stack.
Documentation="https://www.influxdata.com/time-series-platform/chronograf/"
After=network-online.target
[Service]
User=chronograf
Group=chronograf
2016-11-07 16:49:10 +00:00
ExecStart=/usr/bin/chronograf --host localhost --port 10000 -b /var/lib/chronograf/chronograf.db -c /usr/share/chronograf/canned
2016-11-02 20:29:16 +00:00
KillMode=control-group
Restart=on-failure
[Install]
WantedBy=multi-user.target
Alias=chronograf.service