summarylogtreecommitdiffstats
path: root/sandpolis-server.service
diff options
context:
space:
mode:
authorTyler Cook2019-03-16 16:22:49 -0500
committerTyler Cook2019-03-16 16:22:49 -0500
commited8541e0aaebf2b25bcebcacd1f1a2a34b4513bb (patch)
tree3dd1a738b9639ba83e50dbffea16444fbd0c7a91 /sandpolis-server.service
downloadaur-ed8541e0aaebf2b25bcebcacd1f1a2a34b4513bb.tar.gz
Initial commit
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