https://bugzilla.novell.com/show_bug.cgi?id=691549 https://bugzilla.novell.com/show_bug.cgi?id=691549#c3 --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2011-05-05 08:33:39 UTC --- a /etc/init.d/screentest with this content: """ #!/bin/sh case "$1" in start) echo "Trying to start screen" >> /tmp/screentest screen -d -m ;; stop) echo "Stop screen dummy" >> /tmp/screentest ;; esac """ shows that systemctl start screentest.service can not launch this screen session. sh screentest start launches the screen session as expected. -- 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.