Re: Tmux at startup

2013-12-11 Thread Sharon Kimble
On Wed, 11 Dec 2013 09:01:31 +0100 David Tabernero wrote: > Hi again, > > I'm trying with: > > tmux new -dsmain /usr/bin/newsbeuter > > > But doesnt works, I see that the script where is located the command > is executing but I cant see tmux executing when I do a ps, so the > newsbeuter progr

Re: Tmux at startup

2013-12-11 Thread David Tabernero
Hi again, I'm trying with: tmux new -dsmain /usr/bin/newsbeuter But doesnt works, I see that the script where is located the command is executing but I cant see tmux executing when I do a ps, so the newsbeuter program also don't execute. Could you help me please? . 2013/12/10 Nicholas Mar

Re: Tmux at startup

2013-12-10 Thread Nicholas Marriott
Does it work if you do either: tmux new -dsmain /usr/bin/newsbeuter Or: tmux new -dsmain\; neww -tmain:1 /usr/bin/newsbeuter On Tue, Dec 10, 2013 at 11:13:19PM +0100, David Tabernero wrote: >Hi. I'm trying to execute an application (newsbeuter) at boot. >I would like to execute in back