mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 09:07:19 +00:00
setup /etc/lsb-base-logging.sh in postinst
This commit is contained in:
parent
7fc8e02051
commit
d0e55a8553
5
debian/postinst
vendored
5
debian/postinst
vendored
@ -54,7 +54,10 @@ case "$1" in
|
||||
else
|
||||
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