GNU/Linux ◆ xterm-256color ◆ bash 152 views

Starting Koha ILS on Ubuntu wsl2 image. We have to enable mysql, apache2, memcached on every startup.

systemctl start mysql
systemctl start apache2
systemctl start memecached

We can check the status of each service i.e. mysql with: systemctl status mysql