diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2016-02-21 22:15:28 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2016-02-21 22:15:28 -0600 |
commit | 7df1a62cec8c7f9341868ecc450928ae55c39cf9 (patch) | |
tree | f623160e840477a0e67e3be5cb59882d5625ee5f /sys-fs/lxcfs/files | |
parent | sys-fs/lxcfs: bump to 2.0.0_beta2 (diff) | |
download | gentoo-7df1a62cec8c7f9341868ecc450928ae55c39cf9.tar.gz gentoo-7df1a62cec8c7f9341868ecc450928ae55c39cf9.tar.bz2 gentoo-7df1a62cec8c7f9341868ecc450928ae55c39cf9.zip |
sys-fs/lxcfs: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-fs/lxcfs/files')
-rwxr-xr-x | sys-fs/lxcfs/files/lxcfs-0.13.initd | 27 | ||||
-rw-r--r-- | sys-fs/lxcfs/files/lxcfs-0.13.service | 13 |
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-fs/lxcfs/files/lxcfs-0.13.initd b/sys-fs/lxcfs/files/lxcfs-0.13.initd deleted file mode 100755 index a85021401a7d..000000000000 --- a/sys-fs/lxcfs/files/lxcfs-0.13.initd +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DAEMON=/usr/bin/lxcfs -PIDFILE=/run/lxcfs.pid - -start() { - ebegin "Starting lxcfs" - - start-stop-daemon --start \ - --pidfile ${PIDFILE} \ - --exec ${DAEMON} \ - --background \ - --make-pidfile \ - -- \ - -f -o allow_other /var/lib/lxcfs - - eend $? -} - -stop() { - ebegin "Stopping lxcfs" - start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE} - eend $? -} diff --git a/sys-fs/lxcfs/files/lxcfs-0.13.service b/sys-fs/lxcfs/files/lxcfs-0.13.service deleted file mode 100644 index ff737c7e78ce..000000000000 --- a/sys-fs/lxcfs/files/lxcfs-0.13.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=FUSE filesystem for LXC -ConditionVirtualization=!container -Before=lxc.service - -[Service] -ExecStart=/usr/bin/lxcfs -f -o allow_other /var/lib/lxcfs -KillMode=none -Restart=on-failure -ExecStop=/usr/bin/fusermount -u /var/lib/lxcfs - -[Install] -WantedBy=multi-user.target |