all repos

dotfiles @ 3131b2036651f81fb1832d9760b8591703057892

i use rach linux btw

dotfiles/config/systemd/user/power-monitor.service (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
automatically change the power profile depending on the connection and..., 11 months ago
1
[Unit]
2
Description = Power Monitor
3
After = power-profiles-daemon.service
4
Wants = power-profiles-daemon.service
5
6
[Service]
7
Type = simple
8
ExecStart = /home/olex/bin/power-monitor.sh
9
Restart = on-failure
10
RestartSec = 5s
11
12
[Install]
13
WantedBy=default.target