Re: [systemd-devel] Is there a way to find out if Delegate=yes?

2022-10-30 Thread Yuri Kanivetsky
On Thu, Oct 27, 2022 at 1:40 PM Arseny Maslennikov wrote: > It had successfully reached this mailing list by 2022-Oct-25, so that > means you're not subscribed to the list. Strangely enough, > the mail receiver rejects emails from non-subscribers, so you wouldn't > be able to reach out to the

Re: [systemd-devel] Is there a way to find out if Delegate=yes?

2022-10-27 Thread Arseny Maslennikov
On Thu, Oct 27, 2022 at 11:48:20AM +0300, Yuri Kanivetsky wrote: > Arseny Maslennikov, for some reason I didn't receive your email. It had successfully reached this mailing list by 2022-Oct-25, so that means you're not subscribed to the list. Strangely enough, the mail receiver rejects emails

Re: [systemd-devel] Is there a way to find out if Delegate=yes?

2022-10-27 Thread Yuri Kanivetsky
Arseny Maslennikov, for some reason I didn't receive your email. Anyways, indeed on the server with --user: $ systemctl --user show -p Delegate run-rcbb44fb2c7774453b18cda8fe03f0f26.scope Delegate=yes But that's just part of the mystery. Locally, what can I do... I can try and query the scope

Re: [systemd-devel] Is there a way to find out if Delegate=yes?

2022-10-24 Thread Arseny Maslennikov
On Mon, Oct 24, 2022 at 06:07:39PM +0300, Yuri Kanivetsky wrote: > Hi, > > I'm experimenting with LXC containers: > > https://linuxcontainers.org/lxc/getting-started/ > > And there's a command I don't fully understand: > > systemd-run --unit=my-unit --user --scope -p "Delegate=yes" -- >