[systemd-devel] [PATCH 2/2] Libcgroup: added cgconfig.service unit for systemd.

2011-12-09 Thread Jan Safranek
The cgconfig.service unit file should create all groups in /etc/cgconfig.conf and (if not overriden in the config file) with sticky bit on their tasks file. On service stop, only control groups specified in the config file are cleared and only if they are empty (i.e. no subgroups and no processes i

[systemd-devel] [PATCH 1/2] libcgroup: Added README_systemd file.

2011-12-09 Thread Jan Safranek
New documentation file is added. It should describe how systemd and libcgroup should work together and how to configure a system to have control groups created by libcgroup's cgconfig service. I'm going to install this README into /usr/share/doc/libcgroup-*/. I know I am not Shakespeare and also

[systemd-devel] [PATCH 0/2] RFC: Libcgroup integration with systemd

2011-12-09 Thread Jan Safranek
This very small patch set describes how libcgroup and systemd could work together. It contains patches for libcgroup project, not for systemd! I send it to systemd mailing list just for review if I described it correctly. Thanks in advance for you comments. Jan __