mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 19:04:23 -05:00
17 lines
333 B
Desktop File
17 lines
333 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
|
|
|
|
[Install]
|
|
WantedBy=basic.target multi-user.target
|