Merge pull request #9304 from Icinga/bugfix/systemd-servce-depend-on-redis-2.13

icinga2.service: depend on icingadb-redis.service if any
This commit is contained in:
Alexander Aleksandrovič Klimov 2022-03-30 10:50:55 +02:00 committed by GitHub
commit 4295da2f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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