constellation/image/mkosi.skeleton/usr/lib/systemd/system/measurements.service

13 lines
260 B
SYSTEMD
Raw Normal View History

2022-10-19 07:10:15 -04:00
[Unit]
Description=Print image measurements on startup
2022-10-19 07:10:15 -04:00
Before=constellation-bootstrapper.service
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=/run/constellation.env
2022-10-19 07:10:15 -04:00
ExecStart=/usr/libexec/constellation-pcrs
[Install]
WantedBy=multi-user.target