all repos

dotfiles @ 30ec1668c5453615294aec119c2826302d32acf3

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