mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-14 18:34:31 -05:00
19 lines
408 B
Desktop File
19 lines
408 B
Desktop File
[Unit]
|
|
Description=Force symlink creation for AWS nvme disks
|
|
Before=prepare-state-disk.service
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
ConditionKernelCommandLine=constel.csp=aws
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /usr/sbin/aws-nvme-disk
|
|
RemainAfterExit=yes
|
|
StandardOutput=tty
|
|
StandardInput=tty
|
|
StandardError=tty
|
|
TimeoutSec=infinity
|
|
|
|
[Install]
|
|
WantedBy=basic.target multi-user.target
|