allow root to login to cockpit

This commit is contained in:
2025-07-10 10:47:21 -05:00
parent 45b53efe11
commit f399308b2d
2 changed files with 5 additions and 0 deletions

View File

@ -279,6 +279,9 @@ function global-postPackageConfiguration() {
cat ./ConfigFiles/NetworkDiscovery/lldpd >/etc/default/lldpd
systemctl restart lldpd
cat ./ConfigFiles/Cockpit/disallowed-users >/etc/cockpit/disallowed-users
systemctl restart cockpit
export LIBRENMS_CHECK
LIBRENMS_CHECK="$(hostname | grep -c tsys-librenms || true)"