diff --git a/crossfire.service b/crossfire.service index 80567a0..da8d4cc 100644 --- a/crossfire.service +++ b/crossfire.service @@ -4,9 +4,9 @@ After=network.target [Service] User=crossfire -Type=forking +Type=simple PIDFile=/run/crossfire.pid -ExecStart=/usr/bin/crossfire -detach -log /var/log/crossfire/crossfire.log +ExecStart=/usr/bin/crossfire -log /var/log/crossfire/crossfire.log [Install] WantedBy=multi-user.target diff --git a/crossfire.spec b/crossfire.spec index 1766e7e..2855b59 100644 --- a/crossfire.spec +++ b/crossfire.spec @@ -9,7 +9,7 @@ Name: crossfire Version: 1.70.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games # All files GPLv2+ except server/daemon.c which also has MIT attributions @@ -370,6 +370,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 06 2013 Jon Ciesla - 1.70.0-5 +- Fix unit file, BZ 971088. + * Wed Feb 13 2013 Fedora Release Engineering - 1.70.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild