summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquidtum <quidtum>2020-12-06 21:16:00 -0500
committerquidtum <quidtum>2020-12-06 21:16:00 -0500
commit66be05b32855498dae23a533577786a3f3ee34e1 (patch)
tree26f59c91ef4f70133ec75205450835c57884201d
parent66d5b2dd507d70b5cea23636064c5a9828db20d1 (diff)
add systemd to git
-rw-r--r--spectral-renga.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/spectral-renga.service b/spectral-renga.service
new file mode 100644
index 0000000..c226454
--- /dev/null
+++ b/spectral-renga.service
@@ -0,0 +1,13 @@
+[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