diff --git a/files/docker/systemctl3.py b/files/docker/systemctl3.py index 7bcc9c1..01cc176 100755 --- a/files/docker/systemctl3.py +++ b/files/docker/systemctl3.py @@ -6683,6 +6683,8 @@ def run(command, *modules): help="Print unit dependencies as a list instead of a tree (ignored)") _o.add_option("--no-pager", action="store_true", help="Do not pipe output into pager (mostly ignored)") + _o.add_option("--no-warn", action="store_true", + help="Do not generate certain warnings (ignored)") # _o.add_option("-c", "--config", metavar="NAME=VAL", action="append", default=[], help="..override internal variables (InitLoopSleep,SysInitTarget) {%default}")