[Bug 1202953] AutoYaST <services> not allowing timer units
https://bugzilla.suse.com/show_bug.cgi?id=1202953 https://bugzilla.suse.com/show_bug.cgi?id=1202953#c3 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |georg.pfuetzenreuter@suse.c | |om Flags|needinfo?(igonzalezsosa@sus |needinfo?(georg.pfuetzenreu |e.com) |ter@suse.com) --- Comment #3 from Imobach Gonzalez Sosa <igonzalezsosa@suse.com> --- Hi all, We do not consider .timer units, that's true. It might be a good idea for the future, but you can workaround the problem with a script like the one below: <scripts> <chroot-scripts t="list"> <script> <chrooted t="boolean">true</chrooted> <source><![CDATA[ systemctl disable seccheck-autologout.timer ]]></source> </script> </chroot-scripts> </scripts> You do not need systemd running to enable/disable services (it is just a matter of adding/removing a link). But do not forget to set the "chrooted" element to force the script to run in the target system. The example above worked for me (using check-battery.timer instead). If it does not work, please, attach the logs and the content of /var/adm/autoinstall (which contains the script and the logs). Thanks! -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com