Question
systemctl not working on a fresh Ubuntu 18.04 build
fresh ubuntu 18.04 build
created new user and switched to that user
installed apache2, php, mysql, essentials using sudo apt-get
Works:
sudo /etc/init.d/apache2 restart
sudo systemctl status apache2
Does not Work:
sudo systemctl restart apache2
after I hit enter nothing is executed, just another standard line(user@server:~$)
Please advise. Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×