[aiccu] Implementing native systemd support (656886)

Jochen Schmitt s4504kr at fedoraproject.org
Sun Jul 10 17:51:54 UTC 2011


commit e70b2b86570e7d8b2ca678176f16f670bf8be681
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Sun Jul 10 19:51:32 2011 +0200

    Implementing native systemd support (656886)

 aiccu.service |    2 ++
 aiccu.spec    |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/aiccu.service b/aiccu.service
index 5a76c44..072e01c 100644
--- a/aiccu.service
+++ b/aiccu.service
@@ -6,6 +6,8 @@ After=syslog.target network.target
 Type=forking
 EnvironmentFile=/etc/sysconfig/aiccu
 ExecStart=/usr/sbin/aiccu start $OPTIONS
+ExecStop=/usr/sbin/aiccu stop
+PIDFile=/run/aiccu.pid
 
 [Install]
 WantedBy=multi-user.target
\ No newline at end of file
diff --git a/aiccu.spec b/aiccu.spec
index d04ad44..53c2660 100644
--- a/aiccu.spec
+++ b/aiccu.spec
@@ -90,7 +90,7 @@ make clean
 
 %changelog
 * Wed Jul  6 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2007.01.15-9
-- Implementing native systemd support
+- Implementing native systemd support (656886)
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2007.01.15-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list