mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
Signed-off-by: Louis Sautier <sbraz@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/37461 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
14 lines
319 B
Desktop File
14 lines
319 B
Desktop File
[Unit]
|
|
Description=Icinga DB
|
|
Documentation=https://icinga.com/docs/icingadb/latest/
|
|
After=network-online.target redis.service mariadb.service postgresql.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=@EPREFIX@/usr/sbin/icingadb --config /etc/icingadb/config.yml
|
|
User=icinga
|
|
Group=icinga
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|