Add network.target to unit file

Icinga2 fails with 'Cannot bind TCP socket for host',
if other services requiring network.target are not installed.

Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>

fixes #10968
This commit is contained in:
Lee Clemens 2016-01-13 13:22:27 -05:00 committed by Gunnar Beutner
parent 455e2e5af1
commit 9ceb1d6f8c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Icinga host/service/network monitoring system
After=syslog.target postgresql.service mariadb.service carbon-cache.service
After=syslog.target network.target postgresql.service mariadb.service carbon-cache.service
[Service]
Type=forking