diff options
author | 2016-02-03 17:53:43 -0600 | |
---|---|---|
committer | 2016-02-03 17:53:43 -0600 | |
commit | fcd3f868b93b6e707841fdce724155795071e1cd (patch) | |
tree | e6d7b7338d56bc7bd87bb9f462600ce88bc6e5e8 /app-emulation/lxd/files/lxd-2.0.0_beta1.confd | |
parent | profiles: Mask dev-java/concurrent-util (diff) | |
download | gentoo-fcd3f868b93b6e707841fdce724155795071e1cd.tar.gz gentoo-fcd3f868b93b6e707841fdce724155795071e1cd.tar.bz2 gentoo-fcd3f868b93b6e707841fdce724155795071e1cd.zip |
app-emulation/lxd: bump to 2.0.0_beta1
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta1.confd')
-rw-r--r-- | app-emulation/lxd/files/lxd-2.0.0_beta1.confd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1.confd b/app-emulation/lxd/files/lxd-2.0.0_beta1.confd new file mode 100644 index 000000000000..3d553276a5e3 --- /dev/null +++ b/app-emulation/lxd/files/lxd-2.0.0_beta1.confd @@ -0,0 +1,27 @@ +# 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-every 5" + +# Enables verbose mode +#LXD_OPTIONS+=" -v" + +# Logfile to log to +#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log" + +# Enables syslog logging +#LXD_OPTIONS+=" --syslog" |