Re: [systemd-devel] systemd update "forgets" ordering for shutdown

2020-05-16 Thread Michael Chapman
On Sun, 17 May 2020, Michael Chapman wrote: > On Fri, 15 May 2020, Frank Steiner wrote: > > Hi, > > > > I need to run a script on shutdown before any other service is stopped. > > Due to an advice Lennart gave a while ago I'm using this service file > > (with multi-user.target being our default

Re: [systemd-devel] systemd update "forgets" ordering for shutdown

2020-05-16 Thread Michael Chapman
On Fri, 15 May 2020, Frank Steiner wrote: > Hi, > > I need to run a script on shutdown before any other service is stopped. > Due to an advice Lennart gave a while ago I'm using this service file > (with multi-user.target being our default runlevel target): > > [Unit] > After=multi-user.target >

[systemd-devel] IPv6 dhcp-acquired prefix delegation?

2020-05-16 Thread John Ioannidis
I am running systemd v241, the one that comes with debian-10. Is the following scenario possible natively (that is, without using a standalone dhcpv6 client)? - My residential ISP will normally hand me a /64, but will give me a /56 if I ask for it. While technically not a

Re: [systemd-devel] systemd update "forgets" ordering for shutdown

2020-05-16 Thread Andrei Borzenkov
16.05.2020 19:28, Frank Steiner пишет: > Hi Andrei, > > Andrei Borzenkov wrote: >   >> Can you reproduce it by simply running "systemctl daemon-reexec" without >> any package update? > > Yes, indeed! This is enough to destroy the ordering for the next > shutdown. > Do systemctl show

Re: [systemd-devel] systemd update "forgets" ordering for shutdown

2020-05-16 Thread Frank Steiner
Hi Andrei, Andrei Borzenkov wrote: Can you reproduce it by simply running "systemctl daemon-reexec" without any package update? Yes, indeed! This is enough to destroy the ordering for the next shutdown. cu, Frank -- Dipl.-Inform. Frank Steiner Web:

[systemd-devel] How to silence systemd's "Starting", "Succeeded" and "Started" notifications?

2020-05-16 Thread Jaime
I have a simple non-looping shell script that I call every 60 seconds using a systemd service and associated timer. My shell script produces no output at all. My journal looks like this: May 15 03:43:00 server systemd[450]: Starting updater.service... May 15 03:43:01 server systemd[450]:

Re: [systemd-devel] Ordering a service before remote-fs-pre.target makes it quite longer

2020-05-16 Thread Andrei Borzenkov
15.05.2020 12:57, Thomas HUMMEL пишет: > > In other words : is it a bad practice to order a home made service > before remote-fs-pre.target ? > Why would it be? The very reason remote-fs-pre.target was added is to allow services to be reliably started before remote mounts.

Re: [systemd-devel] systemd update "forgets" ordering for shutdown

2020-05-16 Thread Andrei Borzenkov
15.05.2020 11:08, Frank Steiner пишет: > Hi, > > I need to run a script on shutdown before any other service is stopped. > Due to an advice Lennart gave a while ago I'm using this service file > (with multi-user.target being our default runlevel target): > > [Unit] > After=multi-user.target > >