diff --git a/charge-notify.service b/charge-notify.service new file mode 100644 index 0000000..f939d0d --- /dev/null +++ b/charge-notify.service @@ -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 \ No newline at end of file