at the end of setup-kolab I get two times this error:
[00:47:19] Failed to restart httpd.service: Unit httpd.service failed to load: No such file or directory. [00:47:19] Failed to execute operation: No such file or directory
it checks for /usr/lib/systemd/system/apache2.service, but on my Debian Jessie test system there is not such a file.
should be checking for /lib/systemd/system/apache2.service.d/forking.conf instead?
in https://cgit.kolab.org/pykolab/tree/pykolab/setup/setup_syncroton.py#n90
and https://cgit.kolab.org/pykolab/tree/pykolab/setup/setup_roundcube.py#n291
systemctl status apache2
* apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Drop-In: /lib/systemd/system/apache2.service.d
`-forking.conf
Active: active (running) since Do 2016-11-17 09:47:04 CET; 13min ago
Process: 19210 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 19233 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)