mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 02:44:24 -05:00
14 lines
282 B
Desktop File
14 lines
282 B
Desktop File
[Unit]
|
|
Description=Azure Provisioning
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
ConditionKernelCommandLine=constel.csp=azure
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/azure-provisioning
|
|
RemainAfterExit=yes
|
|
StandardOutput=tty
|
|
StandardInput=tty
|
|
StandardError=tty
|