diff options
Diffstat (limited to 'auto.sh')
-rwxr-xr-x | auto.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ while : do echo "Loading manachat (abort with CTRL+C)" - ./simple.py - sleep 15 + # Increase nice number in order to be the last served by kernel + nice -n 19 ./simple.py + sleep 60 done |