diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-05 10:15:13 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-05 12:06:30 +0200 |
commit | 889128b8b27abb13e1691a72e4ce0562c564e257 (patch) | |
tree | 5f488f3cb5f2a4965b4c348d88b4e8b499609265 /units/meson.build | |
parent | man: add an explicit description of _netdev to systemd.mount(5) (diff) | |
download | systemd-889128b8b27abb13e1691a72e4ce0562c564e257.tar.gz systemd-889128b8b27abb13e1691a72e4ce0562c564e257.tar.bz2 systemd-889128b8b27abb13e1691a72e4ce0562c564e257.zip |
units: add remote-cryptsetup.target and remote-cryptsetup-pre.target
The pair is similar to remote-fs.target and remote-fs-pre.target. Any
cryptsetup devices which require network shall be ordered after
remote-cryptsetup-pre.target and before remote-cryptsetup.target.
Diffstat (limited to 'units/meson.build')
-rw-r--r-- | units/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build index be32a39e5..2024d0bfa 100644 --- a/units/meson.build +++ b/units/meson.build @@ -48,6 +48,9 @@ units = [ ['proc-sys-fs-binfmt_misc.mount', 'ENABLE_BINFMT'], ['reboot.target', '', 'runlevel6.target ctrl-alt-del.target'], + ['remote-cryptsetup-pre.target', 'HAVE_LIBCRYPTSETUP'], + ['remote-cryptsetup.target', 'HAVE_LIBCRYPTSETUP', + join_paths(pkgsysconfdir, 'system/multi-user.target.wants/')], ['remote-fs-pre.target', ''], ['remote-fs.target', '', join_paths(pkgsysconfdir, 'system/multi-user.target.wants/')], |