2014-06-19 08:42:22 +02:00
|
|
|
[Unit]
|
2021-07-29 14:13:18 +02:00
|
|
|
Description=IcingaDB Redis Sentinel
|
2014-06-19 08:42:22 +02:00
|
|
|
After=network.target
|
2018-10-17 23:41:26 +02:00
|
|
|
After=network-online.target
|
|
|
|
Wants=network-online.target
|
2014-06-19 08:42:22 +02:00
|
|
|
|
|
|
|
[Service]
|
2022-05-19 17:22:15 +02:00
|
|
|
ExecStart=/usr/bin/icingadb-redis-sentinel /etc/icingadb-redis/icingadb-sentinel.conf --daemonize no --supervised systemd
|
|
|
|
ExecStop=/usr/libexec/icingadb-redis-shutdown icingadb-sentinel
|
2017-08-28 08:06:15 +02:00
|
|
|
Type=notify
|
2021-07-29 14:13:18 +02:00
|
|
|
User=icingadb-redis
|
|
|
|
Group=icingadb-redis
|
|
|
|
RuntimeDirectory=icingadb-redis
|
2017-08-14 04:11:34 +02:00
|
|
|
RuntimeDirectoryMode=0755
|
2014-06-19 08:42:22 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2015-10-16 17:50:15 +02:00
|
|
|
|