Removed now unneeded services.

This commit is contained in:
Eduard Tolosa 2019-03-30 15:27:26 -05:00
parent 206fff406f
commit 5267fac0c9
2 changed files with 0 additions and 22 deletions

View file

@ -1,12 +0,0 @@
[Unit]
Description=Check battery status and make actions based in arguments.
After=default.target
[Service]
Type=oneshot
ExecStart=/usr/bin/powerman 5 hibernate
KillMode=process
KillSignal=SIGINT
[Install]
WantedBy=default.target

View file

@ -1,10 +0,0 @@
[Unit]
Description=Check for battery status every minute.
[Timer]
OnBootSec=1min
OnUnitActiveSec=1min
Unit=powerman.service
[Install]
WantedBy=timers.target