summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-01-24 18:07:18 -0600
committerErik Mackdanz <stasibear@gentoo.org>2016-01-24 18:07:50 -0600
commit8e819fd7ae98168a28cfb9adfc759a13a13e195e (patch)
tree5a4e3bee74ee7df3f115583a24fae80ae4448475 /app-emulation/lxd/files/lxd-0.27.confd
parentdev-qt/qt-docs: indent metadata.xml with tabs (diff)
downloadgentoo-8e819fd7ae98168a28cfb9adfc759a13a13e195e.tar.gz
gentoo-8e819fd7ae98168a28cfb9adfc759a13a13e195e.tar.bz2
gentoo-8e819fd7ae98168a28cfb9adfc759a13a13e195e.zip
app-emulation/lxd: bump to 0.27
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/lxd/files/lxd-0.27.confd')
-rw-r--r--app-emulation/lxd/files/lxd-0.27.confd27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-0.27.confd b/app-emulation/lxd/files/lxd-0.27.confd
new file mode 100644
index 000000000000..3d553276a5e3
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-0.27.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"