summarylogtreecommitdiffstats
path: root/etlegacy.service
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-10-12 15:41:31 +0300
committerArtem Vorotnikov2016-10-12 15:41:31 +0300
commit2f361a5312f88ff066a66a40343528ca0ee9ab86 (patch)
tree55a50a9d96173b68166d368f7a316aeb27dc301b /etlegacy.service
downloadaur-etlegacy-static.tar.gz
Initial import
Diffstat (limited to 'etlegacy.service')
-rw-r--r--etlegacy.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/etlegacy.service b/etlegacy.service
new file mode 100644
index 000000000000..ac978361bedf
--- /dev/null
+++ b/etlegacy.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Enemy Territory Legacy dedicated server
+After=network.target
+
+[Service]
+EnvironmentFile=/etc/xdg/etlegacy/etlegacy.conf
+User=etlegacy
+Group=etlegacy
+ExecStart=/usr/bin/etlded +set fs_basepath $FS_BASEPATH + set fs_homepath $FS_HOMEPATH + set fs_game $FS_GAME +exec $EXEC
+
+[Install]
+WantedBy=multi-user.target