From 0e0352c2f9e7b7b14bfd28427e44c448f08d87ac Mon Sep 17 00:00:00 2001 From: cobaltgit Date: Thu, 18 Sep 2025 18:00:58 +0100 Subject: [PATCH] alpine-ntfy: restart ntfy after update --- ct/alpine-ntfy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ct/alpine-ntfy.sh b/ct/alpine-ntfy.sh index f1cf340c..94e47f77 100644 --- a/ct/alpine-ntfy.sh +++ b/ct/alpine-ntfy.sh @@ -31,6 +31,10 @@ function update_script() { $STD apk -U upgrade setcap 'cap_net_bind_service=+ep' /usr/bin/ntfy msg_ok "Updated $APP LXC" + + msg_info "Restarting ntfy" + rc-service ntfy restart + msg_ok "Restarted ntfy" exit }