aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/lxc.confd
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2018-01-08 19:45:04 +0000
committerJakub Jirutka <jakub@jirutka.cz>2018-02-08 16:42:48 +0100
commit8b6eb86d1fc8ab6b419055ea35fc72e522dca4e3 (patch)
tree6fa5dd7605e782c16f1dad5de7ceb260c0cc9aaa /main/lxc/lxc.confd
parentde2d9259abdaffc3af40d2e9c1cbd42dcc757793 (diff)
downloadaports-8b6eb86d1fc8ab6b419055ea35fc72e522dca4e3.tar.bz2
aports-8b6eb86d1fc8ab6b419055ea35fc72e522dca4e3.tar.xz
main/lxc: make $logdir in init script configurable
Diffstat (limited to 'main/lxc/lxc.confd')
-rw-r--r--main/lxc/lxc.confd3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/lxc/lxc.confd b/main/lxc/lxc.confd
index 7db541dc93..1badcf8616 100644
--- a/main/lxc/lxc.confd
+++ b/main/lxc/lxc.confd
@@ -5,3 +5,6 @@
# autostart groups (comma separated)
#lxc_group="onboot"
+
+# Directory for containers' logs (used for symlinked runscripts lxc.*).
+#logdir="/var/log/lxc"