[pve-devel] applied: [PATCH manager 2/2] postinst: ensure pve-daily-upgrade timer gets started on transition
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Mar 13 12:20:49 CET 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/postinst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/postinst b/debian/postinst
index 4f8b158e..f1153fb3 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -93,6 +93,8 @@ case "$1" in
# remove old/unused init.d files
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
+
+ deb-systemd-invoke start pve-daily-update.timer
fi
fi
;;
--
2.14.2
More information about the pve-devel
mailing list