Start tmux detached because there is no Term in CRON
This commit is contained in:
parent
56679fc77f
commit
0f4c916f78
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ sleep 30
|
||||||
|
|
||||||
cd /home/pi
|
cd /home/pi
|
||||||
echo 'start ampel controller'
|
echo 'start ampel controller'
|
||||||
tmux new-session -s ampel 'cd /home/pi/netz39_space_notification/raspberry/ledcontrol && ./ledcontrol'
|
tmux new-session -s ampel -d 'cd /home/pi/netz39_space_notification/raspberry/ledcontrol && ./ledcontrol'
|
||||||
|
|
||||||
echo 'start lever controller'
|
echo 'start lever controller'
|
||||||
tmux new-window -t ampel:1 'cd /home/pi/netz39_space_notification/raspberry/statusswitch && ./statusswitch'
|
tmux new-window -t ampel:1 'cd /home/pi/netz39_space_notification/raspberry/statusswitch && ./statusswitch'
|
||||||
|
|
Loading…
Add table
Reference in a new issue