Skip to content

Commit

Permalink
disable systemd-cgroup temporary
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 0de8040 commit 5319062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ 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 5319062

Please sign in to comment.