[crossfire] Fix unit file.

Jon Ciesla limb at fedoraproject.org
Thu Jun 6 13:30:29 UTC 2013


commit 1d150690aee895e6d32d162ee873fced4e29e2e9
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jun 6 08:25:18 2013 -0500

    Fix unit file.

 crossfire.service |    4 ++--
 crossfire.spec    |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
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 <limburgher at gmail.com> - 1.70.0-5
+- Fix unit file, BZ 971088.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.70.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list