[systemd-devel] Running containers under freezer

2021-04-02 Thread Bhasker C V
Hi, Please could someone help ? I want my containers to run inside a freezer cgroup so that I can freeze and thaw the container as and when needed. I use the command systemd-nspawn [...] --slice=bhasker.slice and systemd creates bhasker.slice and puts everything under it. The slice however i

Re: [systemd-devel] Session-specific user services

2021-04-02 Thread Arseny Maslennikov
On Fri, Apr 02, 2021 at 07:29:23PM +0300, Mantas Mikulėnas wrote: > On Fri, Apr 2, 2021 at 7:17 PM Arseny Maslennikov > wrote: > > > Hi everyone! > > > > Recently there's a trend for session-specific processes and services > > (and even GUI apps, via `systemd-run --scope') to run as their own use

Re: [systemd-devel] Session-specific user services

2021-04-02 Thread Mantas Mikulėnas
On Fri, Apr 2, 2021 at 7:17 PM Arseny Maslennikov wrote: > Hi everyone! > > Recently there's a trend for session-specific processes and services > (and even GUI apps, via `systemd-run --scope') to run as their own user > units on eligible systems/distros, to have a clean and controlled cgroup > h

[systemd-devel] Session-specific user services

2021-04-02 Thread Arseny Maslennikov
Hi everyone! Recently there's a trend for session-specific processes and services (and even GUI apps, via `systemd-run --scope') to run as their own user units on eligible systems/distros, to have a clean and controlled cgroup hierarchy. I've been looking at https://systemd.io/DESKTOP_ENVIRONMENT