summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.service')
-rw-r--r--systemd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd.service b/systemd.service
new file mode 100644
index 000000000000..47e1f435671b
--- /dev/null
+++ b/systemd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=lightspeed-ingest Server
+
+[Service]
+ExecStart=/usr/bin/lightspeed-ingest
+Restart=on-failure
+RestartSec=3
+
+[Install]
+WantedBy=multi-user.target
+