From LedHed's Wiki
(Created page with "== Examples == === Run a Command at Startup === This will run a shell script at startup as the user who owns this crontab. @reboot /usr/local/bin/myScript.sh > /dev/null ...") |
(No difference)
|
Latest revision as of 17:19, 14 January 2013
Examples
Run a Command at Startup
This will run a shell script at startup as the user who owns this crontab.
@reboot /usr/local/bin/myScript.sh > /dev/null