alpine-ntfy: restart ntfy after update

This commit is contained in:
cobaltgit 2025-09-18 18:00:58 +01:00 committed by Michel Roegl-Brunner
parent 05a8a13bfd
commit 0e0352c2f9

View File

@ -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
}