diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-18 15:14:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-18 15:14:46 +0200 |
commit | a0e030f53bad355be1084a0475eb30aae20e3e43 (patch) | |
tree | 9f0320403a6c850e124cf10fd3638d4f8ec19161 /units/remote-cryptsetup.target | |
parent | man: add a note about _netdev usage (diff) | |
download | systemd-a0e030f53bad355be1084a0475eb30aae20e3e43.tar.gz systemd-a0e030f53bad355be1084a0475eb30aae20e3e43.tar.bz2 systemd-a0e030f53bad355be1084a0475eb30aae20e3e43.zip |
units: make remote-cryptsetup.target also after cryptsetup-pre.target
This way people can order units before cryptsetup-pre.target and
have them run before any cryptsetup-related stuff.
Diffstat (limited to 'units/remote-cryptsetup.target')
-rw-r--r-- | units/remote-cryptsetup.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/remote-cryptsetup.target b/units/remote-cryptsetup.target index d485b0672..ac4e1b71d 100644 --- a/units/remote-cryptsetup.target +++ b/units/remote-cryptsetup.target @@ -8,7 +8,7 @@ [Unit] Description=Remote Encrypted Volumes Documentation=man:systemd.special(7) -After=remote-fs-pre.target +After=remote-fs-pre.target cryptsetup-pre.target DefaultDependencies=no Conflicts=shutdown.target |