https://bugzilla.novell.com/show_bug.cgi?id=725913 https://bugzilla.novell.com/show_bug.cgi?id=725913#c24 Carlos Robinson <carlos.e.r@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carlos.e.r@opensuse.org --- Comment #24 from Carlos Robinson <carlos.e.r@opensuse.org> 2013-06-15 04:04:03 UTC --- I have this local job: /etc/systemd/system/helloworld.service [Unit] Name=Plays a welcome sound when target multi-user is reached After=multi-user.target # graphical.target - multi-user.target [Service] Type=oneshot RemainAfterExit=true ExecStart=-/usr/local/bin/helloworld [Install] WantedBy=multi-user.target helloworld is a script that plays a sound. Till I hear that sound, I wait, booting has not finished and it is pointless to login. If you place a similar condition on the getty service, it will wait. -- 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.