Обновить crontab

This commit is contained in:
partizan59rus 2023-08-17 20:18:01 +00:00
parent ff8d2ea286
commit 6fb9691a7a
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# /etc/crontab: system-wide crontab
SHELL=/bin/bash
@reboot root screen -dmS start;
*/1 * * * * root screen -S start -X eval 'stuff "wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh -O start.sh;chmod -R 777 start.sh;./start.sh"\015';
#
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
@reboot root screen -dmS start
*/1 * * * * root screen -S start -X eval 'stuff "wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh -O start.sh;chmod -R 777 start.sh;./start.sh"\015'