18 lines
534 B
INI
18 lines
534 B
INI
# 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
|
|
ExecStart=/usr/bin/chronograf --host 0.0.0.0 --port 8888 -b /var/lib/chronograf/chronograf-v1.db -c /usr/share/chronograf/canned
|
|
KillMode=control-group
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=chronograf.service
|