mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-19 21:04:39 -05:00
12 lines
212 B
Desktop File
12 lines
212 B
Desktop File
[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
|