Xorg
Posted Mar 27, 2007 23:29 UTC (Tue) by
efexis (guest, #26355)
In reply to:
Xorg by njs
Parent article:
RSDL hits a snag
Only if you want a script which perpetually exec's itself... otherwise, you'll need to put the absolute path in to the original binary it's meant to be calling, or drop the location of the script from the PATH env.
eg, for background running tasks, such as make:
exec nice 5 "/usr/bin/$0" "$@"
(
Log in to post comments)