mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 20:09:01 +00:00
11 lines
245 B
Desktop File
11 lines
245 B
Desktop File
[Unit]
|
|
Description=Monitor the battery status, switching power profiles accordingly
|
|
Wants=power-profiles-daemon.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/power-profiles-monitor
|
|
Restart=on-failure
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=default.target
|