Refusing to accept PID outside of service...

#1
I getting that error here:


Code:
# systemctl status lsws

● lshttpd.service - OpenLiteSpeed HTTP Server
   Loaded: loaded (/lib/systemd/system/lshttpd.service; enabled; vendor preset: enabled)
   Active: failed (Result: resources) since Fri 2021-02-26 15:51:13 -03; 3min 15s ago
  Process: 1430 ExecStart=/usr/local/lsws/bin/lswsctrl start (code=exited, status=0/SUCCESS)

Feb 26 15:51:11 ns105846 systemd[1]: Starting OpenLiteSpeed HTTP Server...
Feb 26 15:51:11 ns105846 lswsctrl[1430]: [OK] Send SIGUSR1 to 1403
Feb 26 15:51:13 ns105846 systemd[1]: lshttpd.service: Refusing to accept PID outside of service control group, acquired through unsafe symlink chain: /tmp/ls
Feb 26 15:51:13 ns105846 systemd[1]: lshttpd.service: Refusing to accept PID outside of service control group, acquired through unsafe symlink chain: /tmp/ls
Feb 26 15:51:13 ns105846 systemd[1]: Failed to start OpenLiteSpeed HTTP Server.
Feb 26 15:51:13 ns105846 systemd[1]: lshttpd.service: Unit entered failed state.
Feb 26 15:51:13 ns105846 systemd[1]: lshttpd.service: Failed with result 'resources'.

I already tried stop, restart and kill -9 $(pgrep litespeed)
 
Top