4 lines
55 B
Bash
4 lines
55 B
Bash
#!/bin/bash
|
|
service cron start
|
|
|
|
nginx -g "daemon off;"
|
#!/bin/bash
|
|
service cron start
|
|
|
|
nginx -g "daemon off;"
|