From d20d57ebb95d921972cf88d46ce72a4ea7574b23 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 3 Jun 2026 19:09:08 +0200 Subject: [PATCH] Remove StandardOutput setting from systemd units When validating the units, I see this message: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether --- linux/systemd/qubes-core.service | 1 - linux/systemd/qubes-qmemman.service | 1 - linux/systemd/qubesd.service | 1 - 3 files changed, 3 deletions(-) diff --git a/linux/systemd/qubes-core.service b/linux/systemd/qubes-core.service index 3786250e4..6477b4a0e 100644 --- a/linux/systemd/qubes-core.service +++ b/linux/systemd/qubes-core.service @@ -5,7 +5,6 @@ After=qubes-db-dom0.service libvirtd.service virtxend.socket xenconsoled.service [Service] Type=oneshot -StandardOutput=syslog RemainAfterExit=yes # Needed to avoid rebooting before all VMs have shut down. TimeoutStopSec=180 diff --git a/linux/systemd/qubes-qmemman.service b/linux/systemd/qubes-qmemman.service index a2830ef00..ac4caffcb 100644 --- a/linux/systemd/qubes-qmemman.service +++ b/linux/systemd/qubes-qmemman.service @@ -4,7 +4,6 @@ Description=Qubes memory management daemon [Service] Type=notify ExecStart=/usr/bin/qmemmand -StandardOutput=syslog [Install] WantedBy=multi-user.target diff --git a/linux/systemd/qubesd.service b/linux/systemd/qubesd.service index 8aa275e93..57f185c5b 100644 --- a/linux/systemd/qubesd.service +++ b/linux/systemd/qubesd.service @@ -7,7 +7,6 @@ Before=systemd-user-sessions.service [Service] Type=notify ExecStart=/usr/bin/qubesd -StandardOutput=syslog KillMode=process Restart=on-failure RestartSec=1s