coreos-base/oem-azure: Add the nvidia.service file to start the service

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
Sayan Chowdhury 2022-02-24 23:51:27 +05:30
parent d960acc064
commit 7a0c4794d3

View File

@ -11,6 +11,14 @@
"source": "oem:///units/waagent.service"
},
"mode": 292
},
{
"filesystem": "root",
"path": "/etc/systemd/system/nvidia.service",
"contents": {
"source": "oem:///units/nvidia.service"
},
"mode": 292
}
]
},
@ -19,6 +27,10 @@
{
"name": "waagent.service",
"enabled": true
},
{
"name": "nvidia.service",
"enabled": true
}
]
}