summarylogtreecommitdiffstats
path: root/chronograf.service
diff options
context:
space:
mode:
authorJustin Dray2015-11-24 22:27:09 +0100
committerJustin Dray2015-11-24 22:27:09 +0100
commitdb5181d30813c9464b370a111bacf4129191ba4b (patch)
treeb424ef920ce8cc21a654d6278fad66204486d8f0 /chronograf.service
downloadaur-db5181d30813c9464b370a111bacf4129191ba4b.tar.gz
Update to: 0.3.2-1
Diffstat (limited to 'chronograf.service')
-rw-r--r--chronograf.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/chronograf.service b/chronograf.service
new file mode 100644
index 000000000000..a3e017317737
--- /dev/null
+++ b/chronograf.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=A new data visualization tool for InfluxDB
+After=network-online.target
+
+[Service]
+User=chronograf
+ExecStart=/usr/bin/chronograf -config=/etc/chronograf.toml
+Restart=on-failure
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target