mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +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
|