12 lines
212 B
SYSTEMD
Raw Normal View History

2022-10-19 13:10:15 +02:00
[Unit]
Description=Print PCR state on startup
Before=constellation-bootstrapper.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/constellation-pcrs
[Install]
WantedBy=multi-user.target