restart error

Post Reply
maxmizban
Junior Member
Posts: 1
Joined: 17 Jun 2018, 14:37

restart error

Post by maxmizban »

Hi, I'm restarting CSF with csf -r command but this error showed for me :

Error: csf is being restarted, try again in a moment: Resource temporarily unavailable at /usr/sbin/csf line 175.

help me
Meeven
Junior Member
Posts: 24
Joined: 16 Feb 2007, 12:27

Re: restart error

Post by Meeven »

Searching around a bit, it appears that this is because of the path to systemctl in csf.conf, which is set to the following: SYSTEMCTL = "/usr/bin/systemctl"

Workaround suggest changing this line to the following and restarting CSF with service csf restart:
SYSTEMCTL = "/bin/systemctl"

I haven't tested this myself, so you may want to make a backup of csf.conf before making this change.
Post Reply