all repos

dotfiles @ 152c5ba57f75b516cea20028747961a6fae808a7

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