aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd/lxd.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-08 15:22:08 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-08 15:22:17 +0000
commitfa19f04206689f08f3e8060b2c692ac4c9429281 (patch)
treee81f886e50f60dd070833c1b233f19b7aca21c39 /testing/lxd/lxd.confd
parent6576f67c99019b9aab7ddb9df4f935a25514bd65 (diff)
downloadaports-fa19f04206689f08f3e8060b2c692ac4c9429281.tar.bz2
aports-fa19f04206689f08f3e8060b2c692ac4c9429281.tar.xz
testing/lxd: + sign not implemented in ash shell. Removed from confd
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 d957dc6fdf..db6f16c2c4 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=" --cpuprofile /tmp/lxc_cpu_profile"
# Enable memory profiling into the specified file
-#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
+#LXD_OPTIONS=" --memprofile /tmp/lxc_mem_profile"
# Enables debug mode
-#LXD_OPTIONS+=" --debug"
+#LXD_OPTIONS=" --debug"
# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS+=" --print-goroutines-every 5"
+#LXD_OPTIONS=" --print-goroutines-every 5"
# Enables verbose mode
-#LXD_OPTIONS+=" -v"
+#LXD_OPTIONS=" -v"
# Logfile to log to
-#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
+#LXD_OPTIONS=" --logfile /var/log/lxd/lxd.log"
# Enables syslog logging
-#LXD_OPTIONS+=" --syslog"
+#LXD_OPTIONS=" --syslog"