Comment 7 for bug 886532

Revision history for this message
Patola (patola) wrote :

Ooops, sorry. /usr/local/bin/launch is also a custom-made script by me:

[patola@bmw patola]% cat /usr/local/bin/launch
#!/bin/bash
exec /usr/bin/nohup "$@" > /dev/null 2>&1 &

btw.: on the first script, you better change /bin/zsh to /bin/bash also. Not everyone loves zsh :P