Re: [systemd-devel] Help required for configuring a blocking service during shutdown

2022-08-31 Thread Etienne Champetier
Hi, Le lun. 29 août 2022 à 06:31, Henning Moll a écrit : > > Hi, > > back in the rcX days I configured a backup system which blocks a system > shutdown in a certain state (network and mounts still active) if a backup is > still running. The init script looks like this: > > ... > case "$1" in >

Re: [systemd-devel] Help required for configuring a blocking service during shutdown

2022-08-30 Thread Henning Moll
 "Michael Biebl" An: "Mantas Mikulėnas" Cc: "Henning Moll" , "Systemd" Betreff: Re: [systemd-devel] Help required for configuring a blocking service during shutdown Would the systemd inhibit interface be an option? https://www.freedesktop.org/wiki/Software/systemd/inhibit/ It was designed for that use case after all.

Re: [systemd-devel] Help required for configuring a blocking service during shutdown

2022-08-30 Thread Michael Biebl
Would the systemd inhibit interface be an option? https://www.freedesktop.org/wiki/Software/systemd/inhibit/ It was designed for that use case after all. Am Mo., 29. Aug. 2022 um 14:01 Uhr schrieb Mantas Mikulėnas : > > On Mon, Aug 29, 2022 at 1:31 PM Henning Moll wrote: >> >> Hi, >> >> back in

Re: [systemd-devel] Help required for configuring a blocking service during shutdown

2022-08-30 Thread Henning Moll
regards Henning   Gesendet: Montag, 29. August 2022 um 14:01 Uhr Von: "Mantas Mikulėnas" An: "Henning Moll" Cc: "Systemd" Betreff: Re: [systemd-devel] Help required for configuring a blocking service during shutdown On Mon, Aug 29, 2022 at 1:31 PM Henning Moll <ne

Re: [systemd-devel] Help required for configuring a blocking service during shutdown

2022-08-29 Thread Mantas Mikulėnas
On Mon, Aug 29, 2022 at 1:31 PM Henning Moll wrote: > Hi, > > back in the rcX days I configured a backup system which blocks a system > shutdown in a certain state (network and mounts still active) if a backup > is still running. The init script looks like this: > > ... > case "$1" in > ... > > s

[systemd-devel] Help required for configuring a blocking service during shutdown

2022-08-29 Thread Henning Moll
Hi,   back in the rcX days I configured a backup system which blocks a system shutdown in a certain state (network and mounts still active) if a backup is still running. The init script looks like this:   ... case "$1" in ...   stop)