summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-02-18 21:12:29 -0600
committerErik Mackdanz <stasibear@gentoo.org>2016-02-18 21:13:18 -0600
commit590f0288cf5613f3d2cec07d41bac83f6894bf1a (patch)
treea9f847f19da1a2d834b896e75b7901f7bc5be15c /app-emulation/lxd/files/lxd-2.0.0_beta3.confd
parentMerge remote-tracking branch 'remotes/bobbertson/source-han-sans' (diff)
downloadgentoo-590f0288cf5613f3d2cec07d41bac83f6894bf1a.tar.gz
gentoo-590f0288cf5613f3d2cec07d41bac83f6894bf1a.tar.bz2
gentoo-590f0288cf5613f3d2cec07d41bac83f6894bf1a.zip
app-emulation/lxd: bump to 2.0.0_beta3
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta3.confd')
-rw-r--r--app-emulation/lxd/files/lxd-2.0.0_beta3.confd27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta3.confd b/app-emulation/lxd/files/lxd-2.0.0_beta3.confd
new file mode 100644
index 000000000000..3d553276a5e3
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.0_beta3.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"