mirror of https://github.com/Icinga/icinga2.git
Remove unnecessary arguments from the systemd service file
This commit is contained in:
parent
4632b93b89
commit
ac47649722
|
@ -6,7 +6,7 @@ After=syslog.target postgresql.service mariadb.service carbon-cache.service
|
|||
Type=forking
|
||||
EnvironmentFile=@ICINGA2_SYSCONFIGFILE@
|
||||
ExecStartPre=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2-prepare-dirs @ICINGA2_SYSCONFIGFILE@
|
||||
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2 daemon -c ${ICINGA2_CONFIG_FILE} -d -e ${ICINGA2_ERROR_LOG}
|
||||
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/icinga2 daemon -d -e ${ICINGA2_ERROR_LOG}
|
||||
PIDFile=@ICINGA2_RUNDIR@/icinga2/icinga2.pid
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
|
|
Loading…
Reference in New Issue