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:
@@ -45,6 +45,12 @@ func Main() {
|
||||
SkipFlagParsing: true,
|
||||
Action: devAction,
|
||||
},
|
||||
{
|
||||
Name: "entrypoint",
|
||||
HideHelp: true,
|
||||
SkipFlagParsing: true,
|
||||
Action: entrypointAction,
|
||||
},
|
||||
{
|
||||
Name: "env",
|
||||
ShortName: "e",
|
||||
|
Reference in New Issue
Block a user