ioq3/misc/linux/q3a.service
Zack Middleton ad10e6610c Changes to systemd q3a.service
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.
2018-02-04 07:51:17 -06:00

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