server: update to v2.3 — dual-protocol relay (v1 pair + v2 lobby) + auto-updater with EXIT trap fix

This commit is contained in:
Ednunp
2026-05-15 17:24:29 +01:00
parent 10df575ef7
commit f872ebf4f6
+13
View File
@@ -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