From: Balint Reczey Date: Mon, 16 Dec 2019 18:03:19 +0000 (+0100) Subject: pstore: Don't start systemd-pstore.service in containers X-Git-Tag: v245-rc2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287f506c32f3f4a48ba020408f964cb0f964d752;p=thirdparty%2Fsystemd.git pstore: Don't start systemd-pstore.service in containers Usually it is not useful and can also fail making boot-and-services autopkgtest fail. --- diff --git a/units/systemd-pstore.service.in b/units/systemd-pstore.service.in index dde21bc33e5..89f34afe341 100644 --- a/units/systemd-pstore.service.in +++ b/units/systemd-pstore.service.in @@ -11,6 +11,7 @@ Description=Platform Persistent Storage Archival Documentation=man:systemd-pstore(8) ConditionDirectoryNotEmpty=/sys/fs/pstore +ConditionVirtualization=!container DefaultDependencies=no Wants=systemd-remount-fs.service After=systemd-remount-fs.service