Article 4XZE1 Redhat-8 display "active (dead)" state when checking rc.local status

Redhat-8 display "active (dead)" state when checking rc.local status

by
edwardsmarkf
from LinuxQuestions.org on (#4XZE1)
hello -

On a new install of Redhat-8 on the Google-cloud, I get an "inactive (dead)" when checking the status of rc-local:

Quote:
# systemctl status rc-local ;
a- rc-local.service - /etc/rc.d/rc.local Compatibility
Loaded: loaded (/usr/lib/systemd/system/rc-local.service; static; vendor preset: disabled)
Active: inactive (dead)
Docs: man:systemd-rc-local-generator(8)
this is easily fixed by doing:
Code:chmod 744 /etc/rc.d/rc.local ;
systemctl start rc-local; ##is this any sort of issue to consider?latest?d=yIl2AUoC8zA latest?i=vgECsnpiNIg:kJxJyTA1lhU:F7zBnMy latest?i=vgECsnpiNIg:kJxJyTA1lhU:V_sGLiP latest?d=qj6IDK7rITs latest?i=vgECsnpiNIg:kJxJyTA1lhU:gIN9vFwvgECsnpiNIg
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments