public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] enable-fsck/expand-on-first-boot: Drop obsolete syslog output configuration
@ 2022-03-18 13:42 Jan Kiszka
  2022-03-25  6:32 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2022-03-18 13:42 UTC (permalink / raw)
  To: isar-users

From: Jan Kiszka <jan.kiszka@siemens.com>

The resolves that systemd complains:

"Standard output type syslog is obsolete, automatically updating to
journal. Please update your unit file, and consider removing the setting
altogether."

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/recipes-support/enable-fsck/files/enable-fsck.service      | 2 --
 .../expand-on-first-boot/files/expand-on-first-boot.service     | 2 --
 2 files changed, 4 deletions(-)

diff --git a/meta/recipes-support/enable-fsck/files/enable-fsck.service b/meta/recipes-support/enable-fsck/files/enable-fsck.service
index 8b33cdb9..0e9bea73 100644
--- a/meta/recipes-support/enable-fsck/files/enable-fsck.service
+++ b/meta/recipes-support/enable-fsck/files/enable-fsck.service
@@ -16,8 +16,6 @@ Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/share/enable-fsck/enable-fsck.sh
 ExecStartPost=-/bin/systemctl disable enable-fsck.service
-StandardOutput=syslog
-StandardError=syslog
 
 [Install]
 WantedBy=sysinit.target
diff --git a/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service b/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
index 404b9c93..6e9a18f0 100644
--- a/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
+++ b/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
@@ -16,8 +16,6 @@ Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/share/expand-on-first-boot/expand-last-partition.sh
 ExecStartPost=-/bin/systemctl disable expand-on-first-boot.service
-StandardOutput=syslog
-StandardError=syslog
 
 [Install]
 WantedBy=sysinit.target
-- 
2.34.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] enable-fsck/expand-on-first-boot: Drop obsolete syslog output configuration
  2022-03-18 13:42 [PATCH] enable-fsck/expand-on-first-boot: Drop obsolete syslog output configuration Jan Kiszka
@ 2022-03-25  6:32 ` Anton Mikanovich
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-03-25  6:32 UTC (permalink / raw)
  To: Jan Kiszka, isar-users

18.03.2022 16:42, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> The resolves that systemd complains:
>
> "Standard output type syslog is obsolete, automatically updating to
> journal. Please update your unit file, and consider removing the setting
> altogether."
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Applied to next, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-25  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 13:42 [PATCH] enable-fsck/expand-on-first-boot: Drop obsolete syslog output configuration Jan Kiszka
2022-03-25  6:32 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox