mirror of
https://github.com/resourcespace/docker.git
synced 2025-10-07 01:54:28 +00:00
3 lines
123 B
Bash
3 lines
123 B
Bash
#!/bin/sh
|
|
su -s /bin/sh -c 'cd /var/www/html/pages/tools && nice -n 19 ionice -c2 -n7 php cron_copy_hitcount.php' www-data
|