Changing the upstart job to the following will fix the issue exec atd -l $(awk '/^processor/{cpu++}END{load=cpu-0.4; if (cpu < 2) load=1.5; print load;}' /proc/cpuinfo)
Changing the upstart job to the following will fix the issue {cpu++} END{load= cpu-0.4; if (cpu < 2) load=1.5; print load;}' /proc/cpuinfo)
exec atd -l $(awk '/^processor/