mirror of
https://github.com/rancher/rke.git
synced 2025-04-28 03:31:24 +00:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run confd
|
|
confd -onetime -backend env
|
|
|
|
# Start nginx
|
|
nginx -g 'daemon off;'
|