mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
e7c8d78e7f
Now that FileDescriptorName= is properly honored by Accept=yes sockets, this explicit override is pointless.
21 lines
646 B
SYSTEMD
21 lines
646 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Make TPM PCR Policy
|
|
Documentation=man:systemd-pcrlock(8)
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=systemd-tpm2-setup.service
|
|
Before=sysinit.target shutdown.target
|
|
After=systemd-remount-fs.service var.mount
|
|
|
|
[Service]
|
|
ExecStart={{LIBEXECDIR}}/systemd-pcrlock --location=770
|