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