Skip to content

Commit

Permalink
Mounter without systemd integration
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Jun 11, 2024
1 parent f086824 commit c38b002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/mounter.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Mounter interface {
}

func NewMounter(binary string) Mounter {
return mount.New(binary)
return mount.NewWithoutSystemd(binary)
}

func NewDummyMounter() Mounter {
Expand Down

0 comments on commit c38b002

Please sign in to comment.