https://bugzilla.novell.com/show_bug.cgi?id=841315 https://bugzilla.novell.com/show_bug.cgi?id=841315#c12 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |bwiedemann@suse.com --- Comment #12 from Marius Tomaschewski <mt@suse.com> 2013-09-20 14:02:49 UTC --- I've tested several times now, that IgnoreOnIsolate=yes works fine here. BTW: PartOf=network.service is already there [and propagates a stop exactly as described in the man page]. I need it to get a list of running network@ services in the init script while update/uninstall [to propagate e.g. kill to `show -p ConsistsOf network.service` to avoid network deconfiguration]. # cat /usr/lib/systemd/system/network@.service [Unit] Description=ifup managed network interface %i Requisite=network.service PartOf=network.service BindsTo=sys-subsystem-net-devices-%i.device IgnoreOnIsolate=yes [Service] Type=forking RemainAfterExit=yes ExecStart=/sbin/ifup %i ExecStop=/sbin/ifdown %i SuccessExitStatus=12 Bernhard, when it also works for you, I'd apply it monday as above. OK? -- 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.