systemd timers be nice
This commit is contained in:
parent
e81f28cf04
commit
8cabb029b3
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ def systemd(metadata):
|
||||||
'User': config.get('user', 'root'),
|
'User': config.get('user', 'root'),
|
||||||
'ExecStart': config['command'],
|
'ExecStart': config['command'],
|
||||||
'Environment': config.get('env'),
|
'Environment': config.get('env'),
|
||||||
|
'Nice': config.get('nice', 10),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue