From f872ebf4f67b0d8a6ab4406de6665d45ab168911 Mon Sep 17 00:00:00 2001 From: Ednunp Date: Fri, 15 May 2026 17:24:29 +0100 Subject: [PATCH] =?UTF-8?q?server:=20update=20to=20v2.3=20=E2=80=94=20dual?= =?UTF-8?q?-protocol=20relay=20(v1=20pair=20+=20v2=20lobby)=20+=20auto-upd?= =?UTF-8?q?ater=20with=20EXIT=20trap=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/remsound-relay-update.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 server/remsound-relay-update.service diff --git a/server/remsound-relay-update.service b/server/remsound-relay-update.service new file mode 100644 index 0000000..cb2edf5 --- /dev/null +++ b/server/remsound-relay-update.service @@ -0,0 +1,13 @@ +[Unit] +Description=Check for and apply remsound-relay updates from GitHub +Documentation=file:///usr/local/sbin/remsound-relay-update.sh +After=network-online.target +Wants=network-online.target + +[Service] +Type=oneshot +ExecStart=/usr/local/sbin/remsound-relay-update.sh +Restart=no +# StandardOutput goes to the journal as well as the updater's log file. +StandardOutput=journal +StandardError=journal