mirror of
https://github.com/systemd/systemd.git
synced 2024-12-04 15:53:41 +08:00
d120ce478d
We want that cryptsetup/veritysetup devices can stick around until the very end, as well as the users of them which might depend on blockdev@.target for the devices. Hence leave the targets around till the very end. Note that their runtime is managed via StopWhenUnneeded= anyway, hence unless their are volumes that actually survive still the very end they target units will still be stopped.
15 lines
472 B
SYSTEMD
15 lines
472 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Block Device Preparation for %f
|
|
Documentation=man:systemd.special(7)
|
|
DefaultDependencies=no
|
|
StopWhenUnneeded=yes
|