First of all, let me suggest two commands:
nohup
and &
so:
nohup bearerbox &
nohup smsbox &
it's a single term, background and detach consolle to lauch kannel using
ssh :-D
Cheers
Stargazer ha scritto:
<newbie-alert>
So far I've always launched kannel using 2 term windows, one which I
do ./bearerbox kannel.conf and another doing ./smsbox kannel.conf. To
stop them I use ctl-c.
I now need to manage them like apache etc so I want to be able to just
say "service kannel start|stop|restart", ensure they start on boot,
and also just tail their logfiles when needed. How do I convert to
this please? Thanks.
</newbie-alert>