From: Jóhann B. Guðmundsson Date: Wed, 15 Jul 2020 14:36:20 +0000 (+0000) Subject: As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated X-Git-Tag: 051~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cf01f125a224efd35bfe6ab736d9e04de715264;p=thirdparty%2Fdracut.git As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated --- diff --git a/modules.d/99memstrack/memstrack.service b/modules.d/99memstrack/memstrack.service index 6b47adef3..c9fcadef9 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