profile/home/dotfiles/config/systemd/user/tweak-cpu-usage.service

11 lines
152 B
INI
Raw Normal View History

[Unit]
Description=Tweak CPU usage
[Service]
Type=simple
ExecStart=%h/.local/bin/tweak-cpu-usage
Restart=on-failure
[Install]
WantedBy=default.target