You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/lxd/files/lxd-0.16.confd

24 lines
526 B

LXD_OPTIONS=""
# Group which owns the shared socket
LXD_OPTIONS="${LXD_OPTIONS} --group lxd"
# Enable cpu profiling into the specified file
#LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile ''"
# Enable memory profiling into the specified file
#LXD_OPTIONS="${LXD_OPTIONS} --memprofile ''"
# Enables debug mode
#LXD_OPTIONS="${LXD_OPTIONS} --debug"
# For debugging, print a complete stack trace every n seconds
#LXD_OPTIONS="${LXD_OPTIONS} --print-goroutines-every 5"
# Enables verbose mode
#LXD_OPTIONS="${LXD_OPTIONS} -v"