blob: ebf44bdac5b244624e5127d5ae1b94f93a0e99fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=A tool for dynamically adjusting the nice-level of processes
[Service]
Type=forking
PIDFile=/var/run/verynice.pid
ExecStart=/usr/bin/verynice -d /var/run/verynice.pid
[Install]
WantedBy=multi-user.target
|