all repos

dotfiles @ c076d2f7f3bd8f2265cbf2ee36e215661501f2b3

my dotfiles

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

1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description = Power Monitor
After = power-profiles-daemon.service
Wants = power-profiles-daemon.service

[Service]
Type = simple
ExecStart = /home/olex/bin/power-monitor.sh
Restart = on-failure
RestartSec = 5s

[Install]
WantedBy=default.target