[clug] Launch gnome-terminal to launch daemon process

Carlo Hamalainen carlo at carlo-hamalainen.net
Tue Aug 25 10:29:16 UTC 2015


On 25/08/15 11:34, Hal Ashburner wrote:
> #!/bin/bash
>
> /usr/bin/python /opt/ark/bin/hgview &
>
> disown -a

Does it work for you using setsid instead?

#!/bin/bash
setsid python /opt/ark/bin/hgview &

--
Carlo Hamalainen
http://carlo-hamalainen.net


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/linux/attachments/20150825/1145ee55/signature.sig>


More information about the linux mailing list