init: pkgbuild with service file

This commit is contained in:
Virt 2025-05-22 11:22:21 +02:00
commit abd28f52c1
4 changed files with 77 additions and 0 deletions

13
watt.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=Modern CPU frequency and power management utility for Linux
Conflicts=auto-cpufreq.service power-profiles-daemon.service tlp.service cpupower-gui.service thermald.service
[Service]
ExecStart=/usr/bin/superfreq daemon --verbose
Restart=on-failure
RuntimeDirectory=superfreq
RuntimeDirectoryMode=0755
[Install]
WantedBy=multi-user.target