systemd timers be nice

This commit is contained in:
mwiegand 2022-06-01 09:39:17 +02:00
parent e81f28cf04
commit 8cabb029b3

View file

@ -31,6 +31,7 @@ def systemd(metadata):
'User': config.get('user', 'root'),
'ExecStart': config['command'],
'Environment': config.get('env'),
'Nice': config.get('nice', 10),
},
},
})