Merge pull request #9199 from Icinga/Al2Klimov-patch-4

icinga2.service: depend on icingadb-redis.service if any
This commit is contained in:
Julian Brost 2022-03-23 17:19:35 +01:00 committed by GitHub
commit 5857e646fd
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] [Unit]
Description=Icinga host/service/network monitoring system Description=Icinga host/service/network monitoring system
Requires=network-online.target 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] [Service]
Type=notify Type=notify