Is there a way to permanently remove the cockpit.socket message?
Is there a way to permanently remove the cockpit.socket message?
I've removed the /etc/issue.d/cockpit.issue symlink. I've even removed what it points towards (/run/cockpit/motd). But this only works until the system is rebooted. Does anyone know a way to permanently stop this from being placed in the /etc/issue.d on every reboot?
Re: Is there a way to permanently remove the cockpit.socket message?
Code: Select all
# dnf provides /usr/lib/systemd/system/cockpit.socket
Last metadata expiration check: 0:05:39 ago on Tue Oct 29 13:06:14 2019.
cockpit-ws-185.1-1.el8_0.x86_64 : Cockpit Web Service
Repo : BaseOS
Matched from:
Filename : /usr/lib/systemd/system/cockpit.socket
# repoquery -l cockpit-ws-185.1-1.el8_0.x86_64 | grep tmpfiles
Last metadata expiration check: 0:06:27 ago on Tue Oct 29 13:06:14 2019.
/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
CentOS 6 will die in November 2020 - migrate sooner rather than later!
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
CentOS 5 has been EOL for nearly 3 years and should no longer be used for anything!
Full time Geek, part time moderator. Use the FAQ Luke
Re: Is there a way to permanently remove the cockpit.socket message?
I think I have managed to stop this annoying message:
I removed the/etc/issue.d/cockpit.issue and /etc/motd.d/cockpit.issue symlinks and also had to mask the cockpit-motd service:
systemctl mask cockpit-motd
I removed the/etc/issue.d/cockpit.issue and /etc/motd.d/cockpit.issue symlinks and also had to mask the cockpit-motd service:
systemctl mask cockpit-motd