aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYotam Nachum <me@yotam.net>2019-12-20 18:37:55 +0200
committerYotam Nachum <me@yotam.net>2019-12-20 18:37:55 +0200
commita886a14964a2dde725f9599db97aa2f22c3978d5 (patch)
tree85b2a6a7d27a41268998e1fceb2bc838172345ae
parentChange name in build.yml to shavit (diff)
downloadshavit-a886a14964a2dde725f9599db97aa2f22c3978d5.tar.gz
shavit-a886a14964a2dde725f9599db97aa2f22c3978d5.zip
Add systemd service file
-rw-r--r--shavit.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/shavit.service b/shavit.service
new file mode 100644
index 0000000..7ad6e27
--- /dev/null
+++ b/shavit.service
@@ -0,0 +1,9 @@
+[Unit]
+Description = Shavit Gemini Server
+After = network.target
+
+[Service]
+ExecStart = /usr/bin/shavit
+
+[Install]
+WantedBy = multi-user.target