mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 12:17:17 +00:00
12 lines
245 B
SYSTEMD
12 lines
245 B
SYSTEMD
|
[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
|