7 lines
78 B
Bash
7 lines
78 B
Bash
#!/bin/bash
|
|
|
|
python3 /root/watchdog.py &
|
|
|
|
# SSH
|
|
sleep 1
|
|
exec /usr/sbin/sshd -D |