]> git.proxmox.com Git - lxcfs.git/commitdiff
remove custom lxcfs.service
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 9 Mar 2020 08:39:49 +0000 (09:39 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 9 Mar 2020 08:47:17 +0000 (09:47 +0100)
it's pretty much the same anyway and we want to be closer to
upstream

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/lxcfs.service [deleted file]

diff --git a/debian/lxcfs.service b/debian/lxcfs.service
deleted file mode 100644 (file)
index 8c2f600..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs/
-KillMode=process
-Restart=on-failure
-ExecReload=/bin/kill -USR1 $MAINPID
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target