How to see status when restarted httpd.service?
I run
systemctl restart httpd.service
How to see status all is OK due to a message:
Detected 1 service that is running outdated executables: httpd.service You must take one of the following actions to ensure the system is up-to-date
-
Hey there! If you're receiving an "outdated executables" warning you need to restart the service that it mentions or reboot the server to ensure all associated processes are restarted.
If you've restarted the service that's all you need to do - there won't be a confirmation message about the outdated executable until the next nightly maintenance.
0 -
Run: systemctl status httpd.service
If it shows Active: active (running), the restart was successful.
0
Please sign in to leave a comment.
Comments
2 comments