mirror of https://github.com/Icinga/icinga2.git
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:
parent
455e2e5af1
commit
9ceb1d6f8c
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Icinga host/service/network monitoring system
|
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]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in New Issue