init: pkgbuild with service file
This commit is contained in:
commit
abd28f52c1
4 changed files with 77 additions and 0 deletions
13
watt.service
Normal file
13
watt.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue