6 lines
55 B
Bash
Executable file
6 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sleep 3;
|
|
/usr/sbin/nginx
|
|
sleep infinity;
|
|
|