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

13 lines
260 B
SYSTEMD
Raw Normal View History

2023-09-11 09:51:42 -04:00
[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