7 lines
104 B
Bash
7 lines
104 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
rc-service nginx start
|
||
|
|
|
||
|
|
# This is needed, otherwise
|
||
|
|
# the machine will close
|
||
|
|
sleep infinity
|