I have a shell script that is enabled as service to start multiple shell scripts e.g.
service started script -> script1, script2 ,script3
script1 should open a program in a tmux window, and it does work just fine if I manually start the script via ./script1.sh
, however when started at boot via the service started script it does not with the above error:
open terminal failed: not a terminal
Why is this happening?