summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-02-28 12:08:41 -0600
committerErik Mackdanz <stasibear@gentoo.org>2016-02-28 12:08:41 -0600
commit4417081e40980c233dff4ffbdb0d758f0139571c (patch)
tree07b0102799c451dee3247567872a7be0b196d293 /app-emulation/lxd/files/lxd-0.27.confd
parentapp-emulation/lxd: Version bump to beta 4 (diff)
downloadgentoo-4417081e40980c233dff4ffbdb0d758f0139571c.tar.gz
gentoo-4417081e40980c233dff4ffbdb0d758f0139571c.tar.bz2
gentoo-4417081e40980c233dff4ffbdb0d758f0139571c.zip
app-emulation/lxd: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/lxd/files/lxd-0.27.confd')
-rw-r--r--app-emulation/lxd/files/lxd-0.27.confd27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-emulation/lxd/files/lxd-0.27.confd b/app-emulation/lxd/files/lxd-0.27.confd
deleted file mode 100644
index 3d553276a5e3..000000000000
--- a/app-emulation/lxd/files/lxd-0.27.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"