Anyone know what's changed recently with regard to apache2?
After a fresh install of Raspbian Jessie Lite (2016-05-27), I install apache2:
[email protected]:~# apt-get install apache2
At this point, 'service apache2 restart' executes with no warning.
[email protected]:~# service apache2 restart
[email protected]:~#
Following a reboot, however, I get a warning:
Last login: Wed Sep 21 14:31:14 2016 from gigabyte
[email protected]:~# service apache2 restart
Warning: Unit file of apache2.service changed on disk, 'systemctl daemon-reload' recommended.
[email protected]:~#
Following the recommendation clears the warning:
[email protected]:~# systemctl daemon-reload
[email protected]:~# service apache2 restart
[email protected]:~#
After a reboot, however, the problem is back. No changes are being made anywhere.