Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

/run/httpd gets deleted after every reboot of CentOS7 #81

Open
aleskl opened this issue Dec 8, 2022 · 0 comments
Open

/run/httpd gets deleted after every reboot of CentOS7 #81

aleskl opened this issue Dec 8, 2022 · 0 comments

Comments

@aleskl
Copy link

aleskl commented Dec 8, 2022

I have some problems with running Apache and MariaDB in CentOS7 on Distrod. I have installed both in a fresh WSL 2 installation of CentOS7, they work until I restart WSL with wsl --shutdown or wsl --terminate Distrod.

It turned out that Apache fails to start after reboot because the /run/httpd directory gets deleted when restarting CentOS. I managed to get Apache running by recreating the missing directory:
sudo mkdir /run/httpd
sudo chown root:apache /run/httpd
sudo chmod 0710 /run/httpd
sudo systemctl start httpd.service
sudo systemctl status -l httpd.service

However, I can't start MariaDB, must be something similar, but I don't know yet what is missing here.

My question is how to make the contents of the /run/ directory persistent to survive rebooting?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant