aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc/turing.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/rc/turing.service b/rc/turing.service
new file mode 100644
index 0000000..8c27396
--- /dev/null
+++ b/rc/turing.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Turing simulator
+After=network.target
+
+[Service]
+WorkingDirectory=/home/gramos/git/turing-web/
+ExecStart=/home/gramos/git/turing-web/dist/build/turing-web/turing-web Production
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
+#Alias=turing.service