mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
9 lines
111 B
Bash
Executable file
9 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /var/web
|
|
while true; do
|
|
php5 run.php cronjob/runloop2
|
|
sleep 60
|
|
done
|
|
exec bash
|
|
|