mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
commit
9f18cd1261
1 changed files with 13 additions and 0 deletions
13
etc/icingadb.service
Normal file
13
etc/icingadb.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Icinga DB
|
||||
After=syslog.target network-online.target icinga-redis.service mariadb.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
KillMode=process
|
||||
ExecStart=/usr/sbin/icingadb --config /etc/icingadb/icingadb.ini
|
||||
User=icingadb
|
||||
Group=icingadb
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in a new issue