FS#45417 - [cgmanager] Add cgmanager unit for systemd
Attached to Project:
Community Packages
Opened by Daniel Petre (dape) - Monday, 22 June 2015, 16:18 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 23 June 2015, 14:32 GMT
Opened by Daniel Petre (dape) - Monday, 22 June 2015, 16:18 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 23 June 2015, 14:32 GMT
|
Details
Description:
Add cgmanager unit for systemd. Additional info: This helps users with custom compiled kernel with userns enabled to start unprivileged containers as root. Steps to reproduce: [Unit] Description=Cgroup management daemon ConditionVirtualization=!container Before=cgproxy.service After=local-fs.target [Service] Type=simple ExecStart=/usr/bin/cgmanager -m name=systemd KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target |
This task depends upon
Closed by Sergej Pupykin (sergej)
Tuesday, 23 June 2015, 14:32 GMT
Reason for closing: Fixed
Additional comments about closing: using upstream .service-files
Tuesday, 23 June 2015, 14:32 GMT
Reason for closing: Fixed
Additional comments about closing: using upstream .service-files
Comment by Daniel Petre (dape) -
Monday, 22 June 2015, 16:19 GMT
If you please edit the title as "Cgroup management daemon unit"..
thanks!