mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
Add nice to klipper service
This commit is contained in:
@@ -20,4 +20,5 @@ User=<%= scope['klipper::user'] %>
|
||||
RemainAfterExit=yes
|
||||
ExecStart=<%= scope['klipper::python_dir'] %>/bin/python <%= scope['klipper::src_path'] %>/klippy/klippy.py ${KLIPPER_CONFIG} -I ${KLIPPER_PRINTER} -l ${KLIPPER_LOG} -a ${KLIPPER_SOCKET}
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
RestartSec=10
|
||||
Nice=-5
|
||||
|
||||
Reference in New Issue
Block a user