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
24 lines
843 B
Diff
24 lines
843 B
Diff
From 0cf01f125a224efd35bfe6ab736d9e04de715264 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:36:20 +0000
|
|
Subject: [PATCH] As of v246 of systemd "syslog" and "syslog-console" switches
|
|
have been deprecated
|
|
|
|
---
|
|
modules.d/99memstrack/memstrack.service | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/modules.d/99memstrack/memstrack.service b/modules.d/99memstrack/memstrack.service
|
|
index 6b47adef..c9fcadef 100644
|
|
--- a/modules.d/99memstrack/memstrack.service
|
|
+++ b/modules.d/99memstrack/memstrack.service
|
|
@@ -9,5 +9,5 @@ Type=simple
|
|
ExecStart=/bin/memstrack-start
|
|
PIDFile=/run/memstrack.pid
|
|
StandardInput=null
|
|
-StandardOutput=syslog+console
|
|
-StandardError=syslog+console
|
|
+StandardOutput=journal+console
|
|
+StandardError=journal+console
|
|
|