mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
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:
parent
d960acc064
commit
7a0c4794d3
@ -11,6 +11,14 @@
|
|||||||
"source": "oem:///units/waagent.service"
|
"source": "oem:///units/waagent.service"
|
||||||
},
|
},
|
||||||
"mode": 292
|
"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",
|
"name": "waagent.service",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "nvidia.service",
|
||||||
|
"enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user