alpine-ntfy: restart ntfy after update

This commit is contained in:
cobaltgit 2025-09-18 18:00:58 +01:00
parent 3a5e03f275
commit 9c3ff0fda9
No known key found for this signature in database
GPG Key ID: 699CFDA808E52696

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
}