feat: set higher process priority (nice value) in the default systemd unit

This commit is contained in:
Ilya Zlobintsev 2024-03-21 19:46:40 +02:00
parent 0ad46e2d08
commit a0bc9fd502

View File

@ -4,6 +4,7 @@ After=multi-user.target
[Service]
ExecStart=lact daemon
Nice=-10
[Install]
WantedBy=multi-user.target