mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
pstore: Don't start systemd-pstore.service in containers
Usually it is not useful and can also fail making boot-and-services autopkgtest fail.
This commit is contained in:
parent
81eb5bc5cc
commit
287f506c32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user