mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
13 lines
260 B
SYSTEMD
13 lines
260 B
SYSTEMD
|
[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
|