9 lines
106 B
Bash
9 lines
106 B
Bash
#!/bin/bash
|
|
|
|
# Hostname
|
|
echo escape-room > /etc/hostname
|
|
|
|
service cron start
|
|
|
|
# SSH
|
|
exec /usr/sbin/sshd -D |