Initial commit: Beszel fork with Domain Locker integration

This commit is contained in:
Tomas Dvorak
2026-04-21 15:39:43 +02:00
commit 363d708e91
440 changed files with 160889 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
SERVICE=beszel-agent
deb-systemd-invoke stop "$SERVICE".service
if [ "$1" = "remove" ]; then
deb-systemd-helper purge "$SERVICE".service
fi