Files
xonotic/xonotic.service
Matthias Mailänder 73f7699554 Accepting request 235916 from home:mcaj:branches:games
So I tried to fix spec file to be able build on all SUSE versions. I put out pkgconfig (because its not avaible in SLE), but there is still one package is need only for OpenSUSE builds. - libXpm-devel. i didn't find better way how to do it.
What do you think about it now ?

Martin

OBS-URL: https://build.opensuse.org/request/show/235916
OBS-URL: https://build.opensuse.org/package/show/games/xonotic?expand=0&rev=42
2014-05-31 10:15:00 +00:00

17 lines
288 B
Desktop File

[Unit]
Description=Xonotic Daemon
After=network.target
[Service]
#Type=forking
ExecStart=/usr/bin/xonotic-dedicated
PIDFile=/var/run/xonotic-dedicated.pid
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
User=xonotic
Group=xonotic
[Install]
WantedBy=multi-user.target