Re: [systemd-devel] systemd release agent

2013-04-17 Thread Lennart Poettering
On Wed, 17.04.13 18:17, Kevin Wilson ([email protected]) wrote: > > Hello, > Thanks a lot for your answer and micahl schmidt. > I made several more tests and I wonder whether there are at all > any such tasks with which systemd uses the release agents. Well, many many services fork of porcesses.

Re: [systemd-devel] systemd release agent

2013-04-17 Thread Kevin Wilson
Hello, Thanks a lot for your answer and micahl schmidt. I made several more tests and I wonder whether there are at all any such tasks with which systemd uses the release agents. Most of the services uses one process (this is at least what I see when running "cat task" from most systemd service fo

Re: [systemd-devel] systemd release agent

2013-04-17 Thread Lennart Poettering
On Tue, 16.04.13 20:45, Kevin Wilson ([email protected]) wrote: > cat /sys/fs/cgroup/systemd/system/bluetooth.service/tasks > 671 > > Apr 16 20:40:05 localhost systemd[1]: bluetooth.service: main process > exited, code=killed, status=9/KILL > Apr 16 20:40:05 localhost systemd[1]: Unit bluetooth.

Re: [systemd-devel] systemd release agent

2013-04-17 Thread Michal Schmidt
On 04/16/2013 07:45 PM, Kevin Wilson wrote: No I moved /usr/lib/systemd/systemd-cgroups-agent to some backup. and made sure that: ls /usr/lib/systemd/systemd-cgroups-agent ls: cannot access /usr/lib/systemd/systemd-cgroups-agent: No such file or directory Now I tried killing two services that I

Re: [systemd-devel] systemd release agent

2013-04-16 Thread Kevin Wilson
Hello, Thanks a lot for your answer. Something is not clear to me with this test I made (on Fedora 18). I hope that someone can explain. I ran: cat /sys/fs/cgroup/systemd/release_agent /usr/lib/systemd/systemd-cgroups-agent No I moved /usr/lib/systemd/systemd-cgroups-agent to some backup. and made

Re: [systemd-devel] systemd release agent

2013-04-09 Thread Lennart Poettering
On Tue, 09.04.13 16:39, Kevin Wilson ([email protected]) wrote: > Hello, > On Fedora 18, running: > mount | grep release > gives: > cgroup on /sys/fs/cgroup/systemd type cgroup > (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) > > I know and hav

[systemd-devel] systemd release agent

2013-04-09 Thread Kevin Wilson
Hello, On Fedora 18, running: mount | grep release gives: cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) I know and have tried cgroup release_agent; I also noticed that notify_on_release is enabled