Re: crontab

2022-12-26 Thread Snyder, Alexander J via PLUG-discuss
hat'll run at reboot. Thanks, Alexander Sent from my Samsung Galaxy S22+ On Mon, Dec 26, 2022, 09:00 Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I thought I found a solution: > > You can add this script to /etc/crontab: > > @reboot /path/t

Re: crontab

2022-12-26 Thread Michael via PLUG-discuss
I thought I found a solution: You can add this script to /etc/crontab: @reboot /path/to/your/start.sh (I modified it to @reboot tapbutton1=1) Found here <https://unix.stackexchange.com/questions/438851/start-script-at-boot-for-kali-linux> but it didn't work On Mon, Dec 26, 2022 at 9

crontab

2022-12-26 Thread Michael via PLUG-discuss
I want to run a program each time I start my computer (tapbutton1=1) I looked under man crontab and that indicated I needed to look under man crom but I am lost. Will anyone help? -- :-)~MIKE~(-: --- PLUG-discuss mailing list: PLUG-discuss

Re: Crontab logs

2015-07-22 Thread Matt Graham
, the default behavior of the cron daemon is to take that cron job's stdout and stderr and mail those things to the user who ran the job. This is why many regular cron jobs have /dev/null in their crontab after they've been debugged. If you want the output of cron jobs to be written to syslog

Crontab logs

2015-07-20 Thread Keith Smith
Hi, I'm on CentOS 6.6 and created a user crontab ( crontabe -e ). I added the line to run a PHP script at 36 after the hour. 36 * * * * /path/to/script/script.php Had a path wrong so it was failing. Was looking in /var/log/cron and it did not show the error. What am I missing? Thanks

Re: Crontab logs

2015-07-20 Thread Nathan England
: Hi, I'm on CentOS 6.6 and created a user crontab ( crontabe -e ). I added the line to run a PHP script at 36 after the hour. 36 * * * * /path/to/script/script.php Had a path wrong so it was failing. Was looking in /var/log/cron and it did not show the error. What am I missing? Thanks!! Keith