aboutsummaryrefslogtreecommitdiff
path: root/cmd/mobius-hotline-server
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mobius-hotline-server')
-rw-r--r--cmd/mobius-hotline-server/mobius-hotline-server.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/cmd/mobius-hotline-server/mobius-hotline-server.service b/cmd/mobius-hotline-server/mobius-hotline-server.service
new file mode 100644
index 0000000..ec2437c
--- /dev/null
+++ b/cmd/mobius-hotline-server/mobius-hotline-server.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mobius Server
+After=network.target
+StartLimitIntervalSec=0
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=1
+ExecStart=/usr/local/bin/mobius-hotline-server
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file