On 18/12/11 11:12, Sid Boyce wrote:
I enabled apache2.service in /lib/systemd/system.preset/default-openSUSE.preset but that didn't fix ce
That for sure is the wrong place.
Success! There is an apache2.service file in /lib/systemd/system
# ln -s /lib/systemd/system/apache2.service /etc/systemd/system/multi-user.target.wants/ Now apache2 starts automatically on boot. Regards Sid.
SO, it is not a bug after all, you simple missed what systemctl enable apache2.service is all about...