https://bugzilla.novell.com/show_bug.cgi?id=803577 https://bugzilla.novell.com/show_bug.cgi?id=803577#c7 Walter Zimmer <walter.zimmer@dlr.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |walter.zimmer@dlr.de --- Comment #7 from Walter Zimmer <walter.zimmer@dlr.de> 2013-02-15 13:14:54 UTC --- I'm currently creating autoinstall scripts for 12.2, and I wondered why my very long initscript (30min installing stuff) is always executed again after reboot. It seems that systemd kills the autoyast service after 90 seconds, just as stated in the systemd documentation. The script itself finished successfully according to the log, but as autoyast cannot do the "mv" of the script, it is executed again after the next boot. Here the systemctl output while the script is still running: # systemctl status autoyast.service autoyast.service - LSB: A start script to execute autoyast scripts Loaded: loaded (/etc/init.d/autoyast) Active: failed (Result: timeout) since Fri, 15 Feb 2013 13:13:06 +0100; 57min ago Process: 8689 ExecStart=/etc/init.d/autoyast start (code=killed, signal=TERM) CGroup: name=systemd:/system/autoyast.service So maybe it is a good idea to set the type to oneshot or set the timeout to 0? It would be great if this could be fixed for 12.3! -- 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.