mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-08 08:22:33 -04:00
Service File: Change config file in exec command to new YAML file
This commit is contained in:
parent
2291081083
commit
37c77644f8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ After=syslog.target network-online.target icingadb-redis.service mariadb.service
|
|||
[Service]
|
||||
Type=simple
|
||||
KillMode=process
|
||||
ExecStart=/usr/sbin/icingadb --config /etc/icingadb/icingadb.ini
|
||||
ExecStart=/usr/sbin/icingadb --config /etc/icingadb/config.yml
|
||||
User=icingadb
|
||||
Group=icingadb
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue