summarylogtreecommitdiffstats
path: root/motsognir.service
diff options
context:
space:
mode:
Diffstat (limited to 'motsognir.service')
-rw-r--r--motsognir.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/motsognir.service b/motsognir.service
new file mode 100644
index 000000000000..cb3f401681a1
--- /dev/null
+++ b/motsognir.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=a robust, reliable, and easy to install gopher server
+After=network.target network-online.target nss-lookup.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/motsognir
+SyslogLevel=err
+
+[Install]
+WantedBy=multi-user.target