Betreff: Antw: [EXT] Re: [systemd-devel] Help required for configuring a blocking service during shutdown
>>> Henning Moll schrieb am 30.08.2022 um 16:24 in
Nachricht
:
> Hi,
>
> This is an interesting mechanism, but unfortunately it is to weak for my use
> case: It does only
"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.
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
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)