summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-03-08 03:46:39 -0600
committerErik Mackdanz <stasibear@gentoo.org>2016-03-08 03:46:39 -0600
commita7a3cc9f35138fec06c064404d9a279d1b9fae78 (patch)
tree9813e1ba5faee0214f9ef7babcd3a6f5f6c4020e /app-emulation/lxd/files/lxd-2.0.0_beta1.confd
parentapp-emulation/lxd: bump to 2.0.0_rc2 (diff)
downloadgentoo-a7a3cc9f35138fec06c064404d9a279d1b9fae78.tar.gz
gentoo-a7a3cc9f35138fec06c064404d9a279d1b9fae78.tar.bz2
gentoo-a7a3cc9f35138fec06c064404d9a279d1b9fae78.zip
app-emulation/lxd: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.0_beta1.confd')
-rw-r--r--app-emulation/lxd/files/lxd-2.0.0_beta1.confd27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1.confd b/app-emulation/lxd/files/lxd-2.0.0_beta1.confd
deleted file mode 100644
index 3d553276a5e3..000000000000
--- a/app-emulation/lxd/files/lxd-2.0.0_beta1.confd
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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"
-
-
-
-# Enables debug mode
-#LXD_OPTIONS+=" --debug"
-
-# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS+=" --print-goroutines-every 5"
-
-# Enables verbose mode
-#LXD_OPTIONS+=" -v"
-
-# Logfile to log to
-#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
-
-# Enables syslog logging
-#LXD_OPTIONS+=" --syslog"