3d646b4e68
Signed-off-by: Billy Brawner <billy@wbrawner.com>
12 lines
115 B
Bash
Executable file
12 lines
115 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -m
|
|
|
|
/usr/sbin/sshd -De &
|
|
|
|
/usr/sbin/crond -fd8 &
|
|
|
|
/usr/sbin/httpd -DFOREGROUND
|
|
|
|
fg %1
|
|
fg %2
|