13 lines
260 B
SYSTEMD
Raw Normal View History

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