summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-05-14 18:56:05 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-15 08:20:29 +0300
commita7d7c673797b5ff17c5a28b9d1a131d000cac3d7 (patch)
treec6bd90952a9df878808f53fd348400522eca7184 /app-emulation/lxd/files/lxd-4.0.0.confd
parentsys-fs/lxcfs: bump to 4.0.3 (diff)
downloadgentoo-a7d7c673797b5ff17c5a28b9d1a131d000cac3d7.tar.gz
gentoo-a7d7c673797b5ff17c5a28b9d1a131d000cac3d7.tar.bz2
gentoo-a7d7c673797b5ff17c5a28b9d1a131d000cac3d7.zip
app-emulation/lxd: bump to 4.0.1, LTS channel
- always install daemon and tools, - port to GLEP-81 acct. Closes: https://bugs.gentoo.org/701248 Closes: https://bugs.gentoo.org/716632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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 000000000000..68cf344995be
--- /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"