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.