config/init/systemd/lxcfs.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/init/systemd/lxcfs.service.in b/config/init/systemd/lxcfs.service.in index 9cd4e59..680ff02 100644 --- a/config/init/systemd/lxcfs.service.in +++ b/config/init/systemd/lxcfs.service.in @@ -8,7 +8,7 @@ Documentation=man:lxcfs(1) ExecStart=/usr/bin/lxcfs @LXCFSTARGETDIR@ KillMode=process Restart=on-failure -ExecStopPost=-/bin/fusermount -u @LXCFSTARGETDIR@ +ExecStopPost=-/usr/bin/fusermount3 -u @LXCFSTARGETDIR@ Delegate=yes ExecReload=/bin/kill -USR1 $MAINPID