diff --git a/check_systemd_state b/check_systemd_state index 5223997..b1c2a86 100755 --- a/check_systemd_state +++ b/check_systemd_state @@ -44,3 +44,5 @@ if system_state in ['running', 'starting']: else: print('CRIT: {}, failed: {}'.format(system_state, " ".join(get_failed_units()))) sys.exit(2) + +# vim:tw=120: