summarylogtreecommitdiffstats
path: root/sandpolis-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'sandpolis-server.service')
-rw-r--r--sandpolis-server.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/sandpolis-server.service b/sandpolis-server.service
new file mode 100644
index 000000000000..11860f105f49
--- /dev/null
+++ b/sandpolis-server.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=The Sandpolis Server
+After=network.target
+StartLimitIntervalSec=0
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=1
+User=sandpolis
+ExecStart=/usr/bin/sandpolis-server
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file