summaryrefslogtreecommitdiff
path: root/recipes-core/nv-conf/files/nv-conf.service
blob: 3226c6b2722e8f5d2f0c68a5312eee86ae893548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Enable NVIDIA T30 CPU Hot-Plugging
DefaultDependencies=no
After=sysinit.target
 
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/nv-conf.sh
 
[Install]
WantedBy=sysinit.target