Skip to content

Commit d20d57e

Browse files
committed
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
1 parent 9196c9a commit d20d57e

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

linux/systemd/qubes-core.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ After=qubes-db-dom0.service libvirtd.service virtxend.socket xenconsoled.service
55

66
[Service]
77
Type=oneshot
8-
StandardOutput=syslog
98
RemainAfterExit=yes
109
# Needed to avoid rebooting before all VMs have shut down.
1110
TimeoutStopSec=180

linux/systemd/qubes-qmemman.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Description=Qubes memory management daemon
44
[Service]
55
Type=notify
66
ExecStart=/usr/bin/qmemmand
7-
StandardOutput=syslog
87

98
[Install]
109
WantedBy=multi-user.target

linux/systemd/qubesd.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Before=systemd-user-sessions.service
77
[Service]
88
Type=notify
99
ExecStart=/usr/bin/qubesd
10-
StandardOutput=syslog
1110
KillMode=process
1211
Restart=on-failure
1312
RestartSec=1s

0 commit comments

Comments
 (0)