mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-04 08:48:16 +02:00
17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
[Unit]
|
|
Description=Redis for Icinga DB
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
User=icinga-redis
|
|
Group=icinga-redis
|
|
PrivateTmp=true
|
|
PIDFile=/var/run/icinga2/icingadb-redis.pid
|
|
ExecStart=/usr/sbin/icinga-redis-server /etc/icinga2/icingadb-redis.conf
|
|
LimitNOFILE=10240
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|