summaryrefslogtreecommitdiff
path: root/spectralrenga.service
diff options
context:
space:
mode:
Diffstat (limited to 'spectralrenga.service')
-rw-r--r--spectralrenga.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/spectralrenga.service b/spectralrenga.service
new file mode 100644
index 0000000..391f5f9
--- /dev/null
+++ b/spectralrenga.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=spectral renga
+After=network.target
+
+[Service]
+Type=simple
+Restart=on-failure
+ExecStart=/srv/spectral-renga/spectralrenga-exe
+WorkingDirectory=/srv/spectral-renga/
+
+[Install]
+WantedBy=multi-user.target