units: order cryptsetup-pre.target before cryptsetup.target

Normally this happens automatically, but if it happened that both targets were
pulled in, even though there were no cryptsetup units, they could be started
in reverse order, which would be somewhat confusing. Add an explicit ordering
to avoid this potential issue.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-09-05 09:14:51 +02:00
parent 2f34bead2c
commit 947d21171b
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@
Description=Encrypted Volumes (Pre)
Documentation=man:systemd.special(7)
RefuseManualStart=yes
Before=cryptsetup.target