diff options
author | 2018-04-08 15:04:56 -0500 | |
---|---|---|
committer | 2018-04-08 15:04:56 -0500 | |
commit | aef61f3e7622e190f8833f0738661647c279a4f9 (patch) | |
tree | b20e0ca767e761c238564798637a78e5dbb15496 /app-emulation/lxd/files | |
parent | dev-lua/luaossl: Maintainer retired (diff) | |
download | gentoo-aef61f3e7622e190f8833f0738661647c279a4f9.tar.gz gentoo-aef61f3e7622e190f8833f0738661647c279a4f9.tar.bz2 gentoo-aef61f3e7622e190f8833f0738661647c279a4f9.zip |
app-emulation/lxd: Support latest confd options
Closes: https://bugs.gentoo.org/652206
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'app-emulation/lxd/files')
-rw-r--r-- | app-emulation/lxd/files/lxd.confd.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd.confd.1 b/app-emulation/lxd/files/lxd.confd.1 new file mode 100644 index 000000000000..8e342cc62d16 --- /dev/null +++ b/app-emulation/lxd/files/lxd.confd.1 @@ -0,0 +1,24 @@ +# 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" |