Add charge-notify.service

This commit is contained in:
root 2024-01-03 10:01:11 +01:00
parent dee7123c9a
commit 6b1e995445

10
charge-notify.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Charger notify service
[Service]
Type=simple
ExecStartPre=/bin/sleep 30
ExecStart=/home/%u/.local/bin/charge-notify.sh
[Install]
WantedBy=default.target