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
restart error
Re: restart error
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.
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.