From a886a14964a2dde725f9599db97aa2f22c3978d5 Mon Sep 17 00:00:00 2001 From: Yotam Nachum Date: Fri, 20 Dec 2019 18:37:55 +0200 Subject: Add systemd service file --- shavit.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shavit.service 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 -- cgit v1.2.3