"System has not been booted with systemd as init system (PID 1). Can't operate." code example
Example: 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
sudo systemctl start redis
use:
sudo /etc/init.d/redis start