I want to start a shell script in detached mode on ubuntu bootup (via cronjob @reboot) but it doesn't even work when I try it directly.
Syntax:
screen -d -m -S myscreenname /path/to/my/script.sh
There is no feedback at all and no screen is being opened. I did not find any active process as well. I also tried it without -S and the name or with different commands.
Does somebody have an idea?