Skip to content

Commit

Permalink
ignore --systemd-cgroup flag appeared in newer containerd
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 5, 2024
1 parent 414af30 commit 2204926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ func main() {
Usage: "start 9pfs server",
Value: "",
},
cli.BoolFlag{
Name: "systemd-cgroup",
Usage: "unsupported: cgroup flag",
},
}
app.Commands = []cli.Command{
createCommand,
Expand Down

0 comments on commit 2204926

Please sign in to comment.