From ed606037e5ec79aec456fb98a9732add8935d51e Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 22 Sep 2025 00:14:29 +0200 Subject: [PATCH] =?UTF-8?q?etc/systemd/system/rpi-check.service=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/systemd/system/rpi-check.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/systemd/system/rpi-check.service diff --git a/etc/systemd/system/rpi-check.service b/etc/systemd/system/rpi-check.service new file mode 100644 index 0000000..df1e5e9 --- /dev/null +++ b/etc/systemd/system/rpi-check.service @@ -0,0 +1,11 @@ +[Unit] +Description=RPI Ping Check +After=network.target + +[Service] +ExecStart=/usr/local/bin/custom/poe.sh +Restart=always +RestartSec=5 + +[Install] +WantedBy=multi-user.target \ No newline at end of file