diff options
Diffstat (limited to 'testing/lxd/lxd.confd')
-rw-r--r-- | testing/lxd/lxd.confd | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd index ddc0a46417..68a521a1c1 100644 --- a/testing/lxd/lxd.confd +++ b/testing/lxd/lxd.confd @@ -1,7 +1,5 @@ -# Group which owns the shared socket -LXD_OPTIONS=" --group lxd" - - +# Group which owns the shared socket, used for unpriviledged containers +#LXD_OPTIONS=" --group lxd" # Enable cpu profiling into the specified file #LXD_OPTIONS="${LXD_OPTIONS} --cpuprofile /tmp/lxc_cpu_profile" @@ -9,8 +7,6 @@ LXD_OPTIONS=" --group lxd" # Enable memory profiling into the specified file #LXD_OPTIONS="${LXD_OPTIONS} --memprofile /tmp/lxc_mem_profile" - - # Enables debug mode #LXD_OPTIONS="${LXD_OPTIONS} --debug" |