>
>start-stop-daemon --start --exec $NEWT /path/to/executable  ?

The sense I get from the manpage is that you should use

start-stop-daemon --start --user newt --exec /path/to/prog -- -program -options

Carl

Reply via email to