aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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