27 lines
941 B
Diff
27 lines
941 B
Diff
From 763c023caa5215070047b07c80208b9d99dc8d8b Mon Sep 17 00:00:00 2001
|
|
From: Laurent Bigonville <bigon@bigon.be>
|
|
Date: Thu, 8 Nov 2018 11:05:05 +0000
|
|
Subject: [PATCH 060/142] systemd-units: Also add
|
|
"ConditionVirtualization=!container" in systemd-ask-password-plymouth.path.in
|
|
|
|
This completes the fix for #27
|
|
---
|
|
systemd-units/systemd-ask-password-plymouth.path.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/systemd-units/systemd-ask-password-plymouth.path.in b/systemd-units/systemd-ask-password-plymouth.path.in
|
|
index c2ee420..826a6b3 100644
|
|
--- a/systemd-units/systemd-ask-password-plymouth.path.in
|
|
+++ b/systemd-units/systemd-ask-password-plymouth.path.in
|
|
@@ -7,6 +7,7 @@ After=plymouth-start.service
|
|
Before=basic.target shutdown.target
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionPathExists=/run/plymouth/pid
|
|
+ConditionVirtualization=!container
|
|
|
|
[Path]
|
|
DirectoryNotEmpty=/run/systemd/ask-password
|
|
--
|
|
2.7.4
|
|
|