mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8c87bba755
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
13 lines
260 B
Desktop File
13 lines
260 B
Desktop File
[Unit]
|
|
Description=Print image measurements on startup
|
|
Before=constellation-bootstrapper.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=/run/constellation.env
|
|
ExecStart=/usr/libexec/constellation-pcrs
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|