Search found 1 match

by inakiuy
Tue Apr 03, 2018 8:15 am
Forum: Open Source Nagios Projects
Topic: systemctl does not do anything other than start the service
Replies: 19
Views: 17433

Re: systemctl does not do anything other than start the serv

Hi, this solved my problem Stop nagios "systemctl stop nagios.service" Kill nagios proc Changing the lock file in /usr/local/nagios/etc/nagios.cfg got it working: lock_file=/run/nagios.lock Now service nagios start/stop works fine. I had the same problem. Looking for lock files I found out...