[systemd-devel] systemd prerelease 252-rc3

2022-10-24 Thread systemd tag bot
A new systemd ☠️ pre-release ☠️ has just been tagged. Please download the tarball here: https://github.com/systemd/systemd/archive/v252-rc3.tar.gz NOTE: This is ☠️ pre-release ☠️ software. Do not run this on production systems, but please test this and report any issues you find to

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

2022-10-24 Thread Yuri Kanivetsky
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" -- lxc-start my-container It runs lxc-start in a transient user scope with Delegate=yes, but:

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" -- >

[systemd-devel] Antw: [EXT] Re: SOLVED: daemon-reload does not pick up changes to /etc/systemd/system during boot

2022-10-24 Thread Ulrich Windl
>>> Alex Aminoff schrieb am 21.10.2022 um 18:11 in Nachricht : ... > Just to close out this thread, I am happy to report that > > ExecStart=systemctl start --no-block multi-user.target > > worked great. Makes me wonder: How does systemd handle indirect recursive starts (like the one shown)?

Re: [systemd-devel] Antw: [EXT] Re: SOLVED: daemon-reload does not pick up changes to /etc/systemd/system during boot

2022-10-24 Thread Andrei Borzenkov
On Mon, Oct 24, 2022 at 1:24 PM Ulrich Windl wrote: > > > > > What do you call a "recursive start"? "systemctl start" simply tells > > starting multi-user.target via ExecStart=systemctl start starts all depending > units, and probably one of those starts the multi-user.target again. > That's

[systemd-devel] Antw: Re: Antw: [EXT] Re: SOLVED: daemon-reload does not pick up changes to /etc/systemd/system during boot

2022-10-24 Thread Ulrich Windl
>>> Andrei Borzenkov schrieb am 24.10.2022 um 10:26 in Nachricht : > On Mon, Oct 24, 2022 at 9:48 AM Ulrich Windl > wrote: >> >> >>> Alex Aminoff schrieb am 21.10.2022 um 18:11 in >> >>> Nachricht >> : >> >> ... >> > Just to close out this thread, I am happy to report that >> > >> >

Re: [systemd-devel] Antw: Re: Antw: [EXT] Re: SOLVED: daemon-reload does not pick up changes to /etc/systemd/system during boot

2022-10-24 Thread Lennart Poettering
On Mo, 24.10.22 12:24, Ulrich Windl (ulrich.wi...@rz.uni-regensburg.de) wrote: > >>> Andrei Borzenkov schrieb am 24.10.2022 um 10:26 in > Nachricht > : > > On Mon, Oct 24, 2022 at 9:48 AM Ulrich Windl > > wrote: > >> > >> >>> Alex Aminoff schrieb am 21.10.2022 um 18:11 in > >> >>> Nachricht >

Re: [systemd-devel] Antw: [EXT] Re: SOLVED: daemon-reload does not pick up changes to /etc/systemd/system during boot

2022-10-24 Thread Andrei Borzenkov
On Mon, Oct 24, 2022 at 9:48 AM Ulrich Windl wrote: > > >>> Alex Aminoff schrieb am 21.10.2022 um 18:11 in > >>> Nachricht > : > > ... > > Just to close out this thread, I am happy to report that > > > > ExecStart=systemctl start --no-block multi-user.target > > > > worked great. > > Makes me