2019-11-06 19:42:23 +08:00
|
|
|
--- a/config/init/systemd/lxcfs.service
|
|
|
|
|
+++ b/config/init/systemd/lxcfs.service
|
|
|
|
|
@@ -5,6 +5,7 @@ Before=lxc.service
|
|
|
|
|
Documentation=man:lxcfs(1)
|
|
|
|
|
|
|
|
|
|
[Service]
|
2020-01-17 19:45:00 +08:00
|
|
|
+ExecStartPre=/usr/local/bin/lxcfs-tools prestart
|
2019-11-06 19:42:23 +08:00
|
|
|
ExecStart=/usr/bin/lxcfs /var/lib/lxc/lxcfs/
|
2020-01-17 19:45:00 +08:00
|
|
|
ExecStartPost=/usr/local/bin/lxcfs-tools remount -a
|
2019-11-06 19:42:23 +08:00
|
|
|
KillMode=process
|