mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
icinga2.service: depend on icingadb-redis.service if any
to prevent its shutdown until we've written everything.
This commit is contained in:
parent
f67a5532dc
commit
a19a7508d4
@ -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…
x
Reference in New Issue
Block a user