mirror of
https://github.com/Dvorinka/beszel.git
synced 2026-06-04 21:32:57 +00:00
Initial commit: Beszel fork with Domain Locker integration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user