1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Extend write_files to run in all system services

This commit is contained in:
Josh Curl
2016-08-14 19:17:24 -07:00
parent 6658917591
commit 0a053c62ab
11 changed files with 191 additions and 34 deletions

View File

@@ -45,6 +45,12 @@ func Main() {
SkipFlagParsing: true,
Action: devAction,
},
{
Name: "entrypoint",
HideHelp: true,
SkipFlagParsing: true,
Action: entrypointAction,
},
{
Name: "env",
ShortName: "e",