]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-pstore.service.in
test: make coverage runs happy with capsule@.service
[thirdparty/systemd.git] / units / systemd-pstore.service.in
CommitLineData
db9ecf05 1# SPDX-License-Identifier: LGPL-2.1-or-later
9b4abc69
ED
2#
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
10[Unit]
11Description=Platform Persistent Storage Archival
12Documentation=man:systemd-pstore(8)
6d4f213b 13ConditionDirectoryNotEmpty=/sys/fs/pstore
287f506c 14ConditionVirtualization=!container
9b4abc69 15DefaultDependencies=no
4340e5b6
DDM
16Conflicts=shutdown.target
17Before=sysinit.target shutdown.target
8b8bd621
NR
18After=modprobe@efi_pstore.service
19Wants=modprobe@efi_pstore.service
9b4abc69
ED
20
21[Service]
22Type=oneshot
b0d3095f 23ExecStart={{LIBEXECDIR}}/systemd-pstore
9b4abc69
ED
24RemainAfterExit=yes
25StateDirectory=systemd/pstore
26
27[Install]
16724191 28WantedBy=sysinit.target