You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
975 B
28 lines
975 B
From d3b747ccbd34fd11298429787e67429af9c06dbb Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> |
|
Date: Wed, 18 Oct 2017 15:14:46 +0200 |
|
Subject: [PATCH] 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. |
|
|
|
Cherry-picked from: a0e030f53bad355be1084a0475eb30aae20e3e43 |
|
Resolves: #1477757 |
|
--- |
|
units/remote-cryptsetup.target | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
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 |
|
|
|
|