# 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 localhost --port 10000 -b /var/lib/chronograf/chronograf.db -c /usr/share/chronograf/canned KillMode=control-group Restart=on-failure [Install] WantedBy=multi-user.target Alias=chronograf.service