aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/lxd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lxd/lxd.confd')
-rw-r--r--testing/lxd/lxd.confd26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd
new file mode 100644
index 00000000000..086198a55ca
--- /dev/null
+++ b/testing/lxd/lxd.confd
@@ -0,0 +1,26 @@
+LXD_OPTIONS=""
+
+# Group which owns the shared socket
+LXD_OPTIONS="${LXD_OPTIONS} --group lxd"
+
+# TCP address <addr:port> to listen on in addition to the unix socket (e.g., 127.0.0.1:8443)
+#LXD_OPTIONS="${LXD_OPTIONS} --tcp 127.0.0.1:8443"
+
+
+
+# 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"