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:
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?


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) |
Code:chmod 744 /etc/rc.d/rc.local ;
systemctl start rc-local; ##is this any sort of issue to consider?