in reply to Re: perl script in nohup running from crontab
in thread perl script in nohup running from crontab
ALSO, cron has minimal path provided by a minimal shell, so if it runs on your default shell, it may still not run in cron...
if the user installed expect or nohup in a dir that's not accessible in cron's shell, you may need to hardpath (provide the full path to every executable run in a script run in cron) them, for them to work within cron.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl script in nohup running from crontab
by tanuj (Novice) on Sep 22, 2011 at 13:38 UTC | |
by choroba (Cardinal) on Sep 22, 2011 at 13:51 UTC | |
by tanuj (Novice) on Sep 22, 2011 at 16:04 UTC | |
by nimdokk (Vicar) on Sep 22, 2011 at 15:41 UTC |