5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
|
|
/etc/init.d/lighttpd start
|
|
service cron start && tail -f /dev/null
|