Added service-exec script for running periodic processes
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#! /bin/sh
|
||||
|
||||
ENV=/root/.bashrc ash
|
||||
|
||||
file="/crontab";
|
||||
{
|
||||
echo "SHELL=/bin/sh
|
||||
* * * * * /cron-re-read.sh"
|
||||
} > "$file";
|
||||
|
||||
cat /crontab.txt >> /crontab
|
||||
cat /opt/cron/crontab.txt >> /crontab
|
||||
|
||||
crontab -l | cat /crontab |crontab -
|
||||
|
Reference in New Issue
Block a user