mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-20 05:14:36 -05:00
18 lines
427 B
SYSTEMD
18 lines
427 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prepare encrypted state disk
|
||
|
Before=initrd-fs.target
|
||
|
After=network-online.target configure-constel-csp.service
|
||
|
Wants=network-online.target
|
||
|
Requires=initrd-root-fs.target
|
||
|
FailureAction=reboot-immediate
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
EnvironmentFile=/run/constellation.env
|
||
|
ExecStart=/bin/bash /usr/sbin/prepare-state-disk
|
||
|
RemainAfterExit=yes
|
||
|
StandardOutput=tty
|
||
|
StandardInput=tty
|
||
|
StandardError=tty
|
||
|
TimeoutSec=infinity
|