]> git.proxmox.com Git - mirror_lxc.git/blame - src/lxc/lxc.functions.in
start: check event loop type before closing fd
[mirror_lxc.git] / src / lxc / lxc.functions.in
CommitLineData
cc73685d 1# SPDX-License-Identifier: LGPL-2.1+
2a59a681
SH
2
3# This file contains helpers for the various lxc shell scripts
4
5globalconf=@LXC_GLOBAL_CONF@
6bindir=@BINDIR@
7templatedir=@LXCTEMPLATEDIR@
8lxcinitdir=@LXCINITDIR@
9
2b425d51 10lxc_path=`lxc-config lxc.lxcpath`
2e59ba02
SG
11lxc_vg=`lxc-config lxc.bdev.lvm.vg`
12lxc_zfsroot=`lxc-config lxc.bdev.zfs.root`