mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 14:15:18 +00:00
setup /etc/lsb-base-logging.sh in postinst
This commit is contained in:
parent
7fc8e02051
commit
d0e55a8553
3
debian/postinst
vendored
3
debian/postinst
vendored
@ -55,6 +55,9 @@ case "$1" in
|
||||
echo '|/usr/bin/pvemailforward' >/root/.forward
|
||||
fi
|
||||
|
||||
# disable fancy init messages (bad with bootlogd)
|
||||
test -f /etc/lsb-base-logging.sh || echo "FANCYTTY=0" >/etc/lsb-base-logging.sh
|
||||
|
||||
update-rc.d pvedaemon defaults 21 79 >/dev/null
|
||||
update-rc.d pvestatd defaults 21 79 >/dev/null
|
||||
update-rc.d pvebanner start 99 2 3 4 5 . >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user