summarylogtreecommitdiffstats
path: root/nquakesv@.service
diff options
context:
space:
mode:
authorbrent s2017-04-14 19:07:42 -0400
committerbrent s2017-04-14 19:07:42 -0400
commit920dba3cbb778978798cac4129180d2cee05101f (patch)
tree89ba17feb4172ab46d2d9eaea91e4987bed1c8c1 /nquakesv@.service
parentdccca5255f9ec83bef5a52f207c5e023ff5a6212 (diff)
downloadaur-920dba3cbb778978798cac4129180d2cee05101f.tar.gz
i think i finally have something that relatively works.
Diffstat (limited to 'nquakesv@.service')
-rw-r--r--nquakesv@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/nquakesv@.service b/nquakesv@.service
new file mode 100644
index 000000000000..cbf422ea9fbc
--- /dev/null
+++ b/nquakesv@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=nQuake Dedicated Server
+After=network.target
+
+[Service]
+Type=simple
+User=%I
+ExecStart=/usr/bin/nquakesv
+
+[Install]
+WantedBy=multi-user.target