[arpwatch] change service type to forking (#699285)

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Jul 8 13:48:40 UTC 2011


commit fb84ee74c58a400db6dce6ae5c6c1c24240809b5
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Jul 8 15:39:15 2011 +0200

    change service type to forking (#699285)

 arpwatch.service |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/arpwatch.service b/arpwatch.service
index 825731c..553003e 100644
--- a/arpwatch.service
+++ b/arpwatch.service
@@ -3,10 +3,9 @@ Description=Arpwatch daemon which keeps track of ethernet/ip address pairings
 After=syslog.target network.target
 
 [Service]
-Type=oneshot
+Type=forking
 EnvironmentFile=-/etc/sysconfig/arpwatch
 ExecStart=/usr/sbin/arpwatch $OPTIONS
-RemainAfterExit=yes
 
 [Install]
 WantedBy=multi-user.target


More information about the scm-commits mailing list