https://bugzilla.novell.com/show_bug.cgi?id=727445 https://bugzilla.novell.com/show_bug.cgi?id=727445#c6 --- Comment #6 from Ludwig Nussel <lnussel@suse.com> 2011-11-02 14:15:03 CET --- like this? --- a/files/etc/rc.status +++ b/files/etc/rc.status @@ -33,7 +33,7 @@ # # Check if the service is used under systemd but not started with -if /bin/mountpoint -q /sys/fs/cgroup/systemd > /dev/null 2>&1 ; then +if test -z "$SYSTEMD_NO_WRAP" && /bin/mountpoint -q /sys/fs/cgroup/systemd > /dev/null 2>&1 ; then if test $PPID -ne 1 -a $# -eq 1 ; then _rc_base= case "$0" in -- 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.