summaryrefslogtreecommitdiff
path: root/app-emulation/lxd/files/lxd-4.0.0.confd
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-11-23 14:00:17 +0100
committerKarel Kočí <cynerd@email.cz>2021-11-23 14:00:17 +0100
commit4b73048ace3f3df767ead4517cfe5a73352cb142 (patch)
tree4470ecea54d7f63edcdda2412d868d5c67267385 /app-emulation/lxd/files/lxd-4.0.0.confd
parent22d45e123d14ef32c545c008a54b29d6b6fe2440 (diff)
downloadgentoo-personal-overlay-4b73048ace3f3df767ead4517cfe5a73352cb142.tar.gz
gentoo-personal-overlay-4b73048ace3f3df767ead4517cfe5a73352cb142.tar.bz2
gentoo-personal-overlay-4b73048ace3f3df767ead4517cfe5a73352cb142.zip
app-emulation/lxd: try to update lxd
Diffstat (limited to 'app-emulation/lxd/files/lxd-4.0.0.confd')
-rw-r--r--app-emulation/lxd/files/lxd-4.0.0.confd23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-4.0.0.confd b/app-emulation/lxd/files/lxd-4.0.0.confd
new file mode 100644
index 0000000..68cf344
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-4.0.0.confd
@@ -0,0 +1,23 @@
+# 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"
+
+# Enable debug mode
+#LXD_OPTIONS+=" --debug"
+
+# For debugging, print a complete stack trace every n seconds
+#LXD_OPTIONS+=" --print-goroutines-every 5"
+
+# Enable verbose mode
+#LXD_OPTIONS+=" -v"
+
+# Logfile to log to
+#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
+
+# Enable syslog logging
+#LXD_OPTIONS+=" --syslog"