dotfiles/config/systemd/user/power-monitor.service

13 lines
252 B
Desktop File

[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