mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
Improve the systemd service definition file
- put "Icinga" back in the "Description=" field as usually only the description is displayed on unit start/stop or shown in syslog - add dependency to carbon-cache.service (systemd only cares about dependencies if the respective services are enabled, so this does not hurt if someone does not have carbon-cache installed at all or is not using it at the moment) fixes #6551 Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
parent
933e2480fc
commit
9667fb40b7
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Host/service/network monitoring system
|
Description=Icinga host/service/network monitoring system
|
||||||
After=syslog.target postgresql.service mariadb.service
|
After=syslog.target postgresql.service mariadb.service carbon-cache.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user