D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
systemd
/
system
/
Filename :
icinga2.service
back
Copy
[Unit] Description=Icinga host/service/network monitoring system Requires=network-online.target After=syslog.target network-online.target icingadb-redis.service postgresql.service mariadb.service carbon-cache.service carbon-relay.service [Service] Type=notify NotifyAccess=all Environment="ICINGA2_ERROR_LOG=/var/log/icinga2/error.log" EnvironmentFile=/etc/sysconfig/icinga2 ExecStartPre=/usr/lib/icinga2/prepare-dirs /etc/sysconfig/icinga2 ExecStart=/usr/sbin/icinga2 daemon --close-stdio -e ${ICINGA2_ERROR_LOG} PIDFile=/run/icinga2/icinga2.pid ExecReload=/usr/lib/icinga2/safe-reload /etc/sysconfig/icinga2 TimeoutStartSec=30m KillMode=mixed # Systemd >228 enforces a lower process number for services. # Depending on the distribution and Systemd version, this must # be explicitly raised. Packages will set the needed values # into /etc/systemd/system/icinga2.service.d/limits.conf # # Please check the troubleshooting documentation for further details. # The values below can be used as examples for customized service files. #TasksMax=infinity #LimitNPROC=62883 [Install] WantedBy=multi-user.target