aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/lxc.confd
Commit message (Collapse)AuthorAgeFilesLines
* main/lxc: make $logdir in init script configurableStuart Cardall2018-02-081-0/+3
|
* main/lxc: fix running systemd based containers under OpenRCStuart Cardall2017-11-261-0/+7
* systemd based containers require the /sys/fs/cgroup/systemd cgroup for lxc-console and services inside the containers to work * systemd_ctr() based on recommendations from lxc: https://github.com/lxc/lxc/issues/1704#issuecomment-330935480 Committer note: I did few minor modifications.