mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
13 lines
252 B
Desktop File
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
|