FS#45416 - [lxcfs] Add lxcfs unit for systemd
Attached to Project:
Community Packages
Opened by Daniel Petre (dape) - Monday, 22 June 2015, 16:16 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 23 June 2015, 14:32 GMT
Opened by Daniel Petre (dape) - Monday, 22 June 2015, 16:16 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 23 June 2015, 14:32 GMT
|
Details
Description:
Add lxcfs unit for systemd Additional info: This helps users with custom compiled kernel with userns enabled to start unprivileged containers as root. [Unit] Description=FUSE filesystem for LXC ConditionVirtualization=!container Before=lxc.service After=cgmanager.service Requires=cgmanager.service [Service] ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs KillMode=process Restart=on-failure ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs [Install] WantedBy=multi-user.target |
This task depends upon
Comment by Daniel Petre (dape) -
Monday, 22 June 2015, 16:21 GMT
Please edit the title as "FUSE filesystem for LXC unit", thanks!