mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
ad10e6610c
Use an absolute path as required by systemd. Distro packages will need to change it. (Reported by @andreyv and @zeroxfourc.) Link to server documentation on the wiki instead of maintaining a subset in the service file.
12 lines
342 B
Desktop File
12 lines
342 B
Desktop File
[Unit]
|
|
Description=This service spawns an ioquake3 Internet server
|
|
# A map will need to be loaded for players to be able to join.
|
|
# For additional settings see http://wiki.ioquake3.org/Sys_Admin_Guide
|
|
|
|
[Service]
|
|
User=q3a
|
|
ExecStart=/usr/local/games/quake3/ioq3ded.x86_64 +set dedicated 2
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|