I have just noticed the contents of my /etc/rc.local file:
echo 1000000 > /proc/sys/kernel/pid_max
echo 1 > /sys/kernel/mm/ksm/run
nohup watchdog lsws > /dev/null 2>&1 &
nohup watchdog mariadb > /dev/null 2>&1 &
Is this relating to the CyberPanel watchdog?
I am going to follow the guide here: https://www.linuxbabe.com/linux-server/how-to-enable-etcrc-local-with-systemd
I will let you know what happens.