mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-30 19:38:15 +00:00
postinst: ensure pve-daily-upgrade timer gets started on transition
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
aee71a6c14
commit
01cb33c24b
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -93,6 +93,8 @@ case "$1" in
|
|||||||
# remove old/unused init.d files
|
# remove old/unused init.d files
|
||||||
OLD_INITD_FILES="pvebanner pvenetcommit pve-manager pvedaemon pveproxy pvestatd spiceproxy"
|
OLD_INITD_FILES="pvebanner pvenetcommit pve-manager pvedaemon pveproxy pvestatd spiceproxy"
|
||||||
for f in ${OLD_INITD_FILES}; do rm -f "/etc/init.d/$f"; done
|
for f in ${OLD_INITD_FILES}; do rm -f "/etc/init.d/$f"; done
|
||||||
|
|
||||||
|
deb-systemd-invoke start pve-daily-update.timer
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user