I updated it to jessie:
Code: Select all
sudo sed -i s/wheezy/jessie/ /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get autoremove
But I tried both comands (for systemd and upstart):
Code: Select all
pi@raspberrypi ~ $ sudo systemctl restart php5-fpm.service
sudo: systemctl: command not found
pi@raspberrypi ~ $ sudo restart php5-fpm
sudo: restart: command not foundBut I found /lib/systemd/system directory, why does it don't work?
