https://bugzilla.novell.com/show_bug.cgi?id=821879 https://bugzilla.novell.com/show_bug.cgi?id=821879#c55 --- Comment #55 from Frederic Crozat <fcrozat@suse.com> 2013-07-11 14:31:11 UTC --- The issue is mostly network initscript which can have two opposite behaviour: - either be a initscript which have no process left running (static IP) - or some process running (dhcp). systemd can't handle easily those two opposite constraints (see manpage systemd.service) - RemainAfterExit is supposed to tell if a service show stay "active" when no process is left running (issue here static vs dhcp). - GuessMainPID is supposed to search which PID is the "master one", when there is no PIDFile. For sysvinit scripts, systemd was disabling this feature (because it is not reliable) and considers all PID to be potentially "main PID" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.