77c9114cb0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dracut#99c74373eee952f26c7d256f12c024fe29397ae6
25 lines
895 B
Diff
25 lines
895 B
Diff
From 38ba90bf88b38228e128c65be40a2da287c0b1ed Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
|
|
Date: Wed, 15 Jul 2020 14:29:34 +0000
|
|
Subject: [PATCH] As of v246 of systemd "syslog" and "syslog-console" switches
|
|
have been deprecated
|
|
|
|
---
|
|
modules.d/99squash/squash-mnt-clear.service | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/modules.d/99squash/squash-mnt-clear.service b/modules.d/99squash/squash-mnt-clear.service
|
|
index 84441f60..9d94c524 100644
|
|
--- a/modules.d/99squash/squash-mnt-clear.service
|
|
+++ b/modules.d/99squash/squash-mnt-clear.service
|
|
@@ -12,6 +12,6 @@ ConditionPathExists=/squash/root
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
StandardInput=null
|
|
-StandardOutput=syslog+console
|
|
-StandardError=syslog+console
|
|
+StandardOutput=journal+console
|
|
+StandardError=journal+console
|
|
ExecStart=/squash/clear-squash.sh
|
|
|