holgersson-overlay/app-emulation/lxd/files/lxd.confd
Nils Freydank f5dab2b2c7
app-emulation/lxd: Import the tree's LXD ebuild (DO NOT USE IT!)
The ebuild drops iptables support bluntly as I
personally nftables. LXD networking commands
won't work without iptables so far.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2019-03-20 12:32:03 +01:00

25 lines
538 B
Plaintext

# Group which owns the shared socket
LXD_OPTIONS+=" --group lxd"
# Enable cpu profiling into the specified file
#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
# Enable memory profiling into the specified file
#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
# Enables debug mode
#LXD_OPTIONS+=" --debug"
# For debugging, print a complete stack trace every n seconds
#LXD_OPTIONS+=" --print-goroutines 5"
# Enables verbose mode
#LXD_OPTIONS+=" --verbose"
# Logfile to log to
#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"