https://bugzilla.novell.com/show_bug.cgi?id=830675 https://bugzilla.novell.com/show_bug.cgi?id=830675#c7 Andrey Borzenkov <arvidjaar@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |marcelolemos@adinet.com.uy --- Comment #7 from Andrey Borzenkov <arvidjaar@gmail.com> 2013-07-29 15:52:09 UTC --- OK, so what happens here is - default behavior for sysvinit script is RemainAfterExit=yes - /etc/init.d/vboxes launches command(s) to start VMs in background and exits - systemd assumes scripts started daemon and resets RemainAfterExit to no - command(s) to start VM exit so systemd thinks service has stopped and executes stop command I think the most simple way to fix it is to add hint to initscript (I do not see any advantage in adding service that just calls initscript). Please try to add X-Systemd-RemainAfterExit: true Between lines ### BEGIN INIT INFO and ### END INIT INFO run "systemctl daemon-reload" and try to start with "rcvboxes start" again. -- 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.