Fix systemd units for systemd versions < v230
This will revert the change introduced in 2675ed7 for
systems with systemd versions older than v230 as these systemd
versions dont support StartLimitIntervalSec and StartLimitBurst
in [Unit] sections causing:
Unknown lvalue 'StartLimitIntervalSec' in section 'Unit' Unknown lvalue 'StartLimitBurst' in section 'Unit'
related #456