mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2025-01-03 12:12:42 +00:00
4 lines
102 B
Text
4 lines
102 B
Text
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
echo -e "\nStarting cron"
|
||
|
/usr/sbin/crond -b -S -l 0 -L /config/cron.log
|