summaryrefslogtreecommitdiff
path: root/spectralrenga.service
diff options
context:
space:
mode:
authorquidtum <quidtum>2022-02-22 20:23:55 -0500
committerquidtum <quidtum>2022-02-22 20:23:55 -0500
commit166c9a58ba78ff31966581880bc4f23526901791 (patch)
tree3e3aa8b850d92288b63ffd9a033a5db4f166e59f /spectralrenga.service
parenta3ba23ea55fa1532180bb1979f60ff174fa09298 (diff)
fix
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