From: Simon McVittie Date: Fri, 21 Aug 2020 08:14:36 +0000 (+0100) Subject: boot: Replace deprecated StandardOutput=syslog with journal, etc. X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~8^2~9^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3fadf14b7f7815845ca79768f10d20913df7d39;p=ostree.git boot: Replace deprecated StandardOutput=syslog with journal, etc. systemd deprecated this in v246. Resolves: #2169 Signed-off-by: Simon McVittie --- diff --git a/src/boot/ostree-prepare-root.service b/src/boot/ostree-prepare-root.service index 91692205..250ffe71 100644 --- a/src/boot/ostree-prepare-root.service +++ b/src/boot/ostree-prepare-root.service @@ -30,6 +30,6 @@ Before=initrd-root-fs.target Type=oneshot ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot StandardInput=null -StandardOutput=syslog -StandardError=syslog+console +StandardOutput=journal +StandardError=journal+console RemainAfterExit=yes diff --git a/src/boot/ostree-remount.service b/src/boot/ostree-remount.service index 4c3ed94a..af40453c 100644 --- a/src/boot/ostree-remount.service +++ b/src/boot/ostree-remount.service @@ -35,8 +35,8 @@ Type=oneshot RemainAfterExit=yes ExecStart=/usr/lib/ostree/ostree-remount StandardInput=null -StandardOutput=syslog -StandardError=syslog+console +StandardOutput=journal +StandardError=journal+console [Install] WantedBy=local-fs.target