mirror of
https://github.com/rancher/os.git
synced 2025-07-13 14:44:03 +00:00
5 lines
56 B
Bash
5 lines
56 B
Bash
|
#!/bin/bash
|
||
|
set -x -e
|
||
|
|
||
|
netconf -daemon=${DAEMON:-false}
|