icinga2.service: depend on icingadb-redis.service if any

to prevent its shutdown until we've written everything.
This commit is contained in:
Alexander Aleksandrovič Klimov 2022-01-31 17:03:34 +01:00 committed by Julian Brost
parent f67a5532dc
commit a19a7508d4

View File

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