9 lines
158 B
SYSTEMD
9 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=A tool for dynamically adjusting the nice-level of processes
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/verynice
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|