brauche ich nicht mehr

This commit is contained in:
2025-11-18 07:22:53 +00:00
parent 510b6b9994
commit 0e7db88488

View File

@@ -1,9 +0,0 @@
cat << 'EOF' > /etc/profile.d/start_watchdog.sh
#!/bin/bash
if [ "$USER" = "crime5" ]; then
if ! pgrep -f "/root/watchdog.py" > /dev/null; then
/usr/bin/python3 /root/watchdog.py &
fi
fi
EOF