Hi. I'm trying to execute an application (newsbeuter) at boot.
I would like to execute in background and I would like to use tmux.


I'm trying in a shell script with

*tmux new-session -d -s main *

*tmux new-window -t main:1 /usr/bin/newsbeuter*

But it seems that doesnt works, I don't see the application

*ps -ef | grep -i new*

*root      2128     1  0 16:21 ?        00:00:00 tmux new-session -d -s
main*

*pi        2275  2221  0 16:33 pts/1    00:00:00 grep --color=auto -i ne*

Could you help me please?
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to