1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

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 
This commit is contained in:
Lee Clemens 2016-01-13 13:22:27 -05:00 committed by Jean Flach
parent a9d09e490d
commit 984eaf5a1f

@ -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