From 85a49d2edd6ceda704a6cdc084e2459174fcda36 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 16 Jan 2026 23:56:38 +0530 Subject: initial commit --- systemd/power-watch.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 systemd/power-watch.service (limited to 'systemd/power-watch.service') diff --git a/systemd/power-watch.service b/systemd/power-watch.service new file mode 100644 index 0000000..ef503cd --- /dev/null +++ b/systemd/power-watch.service @@ -0,0 +1,7 @@ +[Unit] +Description=Power Watch Telegram Notifier + +[Service] +Type=oneshot +ExecStart=%h/.local/bin/power-watch.sh +Environment=PATH=/usr/bin:/bin -- cgit v1.2.3