From fa19f04206689f08f3e8060b2c692ac4c9429281 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 8 Dec 2016 15:22:08 +0000 Subject: testing/lxd: + sign not implemented in ash shell. Removed from confd --- testing/lxd/lxd.confd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testing/lxd/lxd.confd') 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" -- cgit v1.2.3