Answers for "System has not been booted with systemd as init system (PID 1). Can't operate"

1

System has not been booted with systemd as init system (PID 1). Can't operate

sudo systemctl start redis

use:

sudo /etc/init.d/redis start
Posted by: Guest on March-05-2021
0

System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down

sudo service <service-name> start
Posted by: Guest on August-25-2021

Code answers related to "System has not been booted with systemd as init system (PID 1). Can't operate"

Browse Popular Code Answers by Language