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 GitHub
parent 4491123f7f
commit 1265eb76cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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