You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/lxcfs/files/lxcfs-2.0.6-fusermount-path...

12 lines
380 B

--- /config/init/systemd/lxcfs.service.orig 2016-07-11 01:18:57.688074437 +0000
+++ /config/init/systemd/lxcfs.service 2016-07-11 01:19:48.516477185 +0000
@@ -7,7 +7,7 @@
ExecStart=/usr/bin/lxcfs /var/lib/lxcfs/
KillMode=process
Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+ExecStopPost=-/usr/bin/fusermount -u /var/lib/lxcfs
Delegate=yes
[Install]