var-lib-machines.mount revision 4f3c1682029450f5d93cb282343035d0cf3dd407
2N/A# This file is part of systemd.
2N/A#
2N/A# systemd is free software; you can redistribute it and/or modify it
2N/A# under the terms of the GNU Lesser General Public License as published by
2N/A# the Free Software Foundation; either version 2.1 of the License, or
2N/A# (at your option) any later version.
2N/A
2N/A[Unit]
2N/ADescription=Virtual Machine and Container Storage
2N/AConditionPathExists=/var/lib/machines.raw
2N/A
2N/A[Mount]
2N/AWhat=/var/lib/machines.raw
2N/AWhere=/var/lib/machines
2N/AType=btrfs
2N/AOptions=loop
2N/A