From: Jóhann B. Guðmundsson Date: Wed, 15 Jul 2020 14:29:34 +0000 (+0000) Subject: As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated X-Git-Tag: 051~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38ba90bf88b38228e128c65be40a2da287c0b1ed;p=thirdparty%2Fdracut.git As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated --- diff --git a/modules.d/99squash/squash-mnt-clear.service b/modules.d/99squash/squash-mnt-clear.service index 84441f60a..9d94c524a 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