aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/lxd.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-08 15:40:37 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-08 15:40:37 +0000
commit728cbb489f775bf3e483d54b13a8e4887ca37690 (patch)
treefb88d8ec7ede097c73f209518be44eeeb5ca2fac /testing/lxd/lxd.confd
parentfa19f04206689f08f3e8060b2c692ac4c9429281 (diff)
downloadaports-728cbb489f775bf3e483d54b13a8e4887ca37690.tar.bz2
aports-728cbb489f775bf3e483d54b13a8e4887ca37690.tar.xz
testing/lxd: added LXD_OPTIONs in the others confd entries
Diffstat (limited to 'testing/lxd/lxd.confd')
-rw-r--r--testing/lxd/lxd.confd14
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd
index db6f16c2c4..ddc0a46417 100644
--- a/testing/lxd/lxd.confd
+++ b/testing/lxd/lxd.confd
@@ -4,24 +4,24 @@ LXD_OPTIONS=" --group lxd"
# Enable cpu profiling into the specified file
-#LXD_OPTIONS=" --cpuprofile /tmp/lxc_cpu_profile"
+#LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile /tmp/lxc_cpu_profile"
# Enable memory profiling into the specified file
-#LXD_OPTIONS=" --memprofile /tmp/lxc_mem_profile"
+#LXD_OPTIONS="${LXD_OPTIONS} --memprofile /tmp/lxc_mem_profile"
# Enables debug mode
-#LXD_OPTIONS=" --debug"
+#LXD_OPTIONS="${LXD_OPTIONS} --debug"
# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS=" --print-goroutines-every 5"
+#LXD_OPTIONS="${LXD_OPTIONS} --print-goroutines-every 5"
# Enables verbose mode
-#LXD_OPTIONS=" -v"
+#LXD_OPTIONS="${LXD_OPTIONS} -v"
# Logfile to log to
-#LXD_OPTIONS=" --logfile /var/log/lxd/lxd.log"
+#LXD_OPTIONS="${LXD_OPTIONS} --logfile /var/log/lxd/lxd.log"
# Enables syslog logging
-#LXD_OPTIONS=" --syslog"
+#LXD_OPTIONS="${LXD_OPTIONS} --syslog"