mirror of https://github.com/Icinga/icinga2.git
icinga2.service: depend on icingadb-redis.service if any
to prevent its shutdown until we've written everything.
This commit is contained in:
parent
4491123f7f
commit
1265eb76cc
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Icinga host/service/network monitoring system
|
||||
Requires=network-online.target
|
||||
After=syslog.target network-online.target postgresql.service mariadb.service carbon-cache.service carbon-relay.service
|
||||
After=syslog.target network-online.target icingadb-redis.service postgresql.service mariadb.service carbon-cache.service carbon-relay.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Reference in New Issue