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