diff --git a/templates/klipper.service.erb b/templates/klipper.service.erb index 037f9dc..045cdbb 100644 --- a/templates/klipper.service.erb +++ b/templates/klipper.service.erb @@ -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 \ No newline at end of file +RestartSec=10 +Nice=-5