mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
212 B
Desktop File
11 lines
212 B
Desktop File
[Unit]
|
|
Description=Apply cpupower configuration
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=/etc/default/cpupower
|
|
ExecStart=/usr/lib/systemd/scripts/cpupower
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|