mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-05 12:51:03 -05:00
12 lines
212 B
SYSTEMD
12 lines
212 B
SYSTEMD
|
[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
|