15 lines
332 B
INI
15 lines
332 B
INI
[Unit]
|
|
Description=Detect the available GPUs and deal with any system changes
|
|
Before=display-manager.service
|
|
Before=oem-config.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/gpu-manager --log /var/log/gpu-manager.log
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=display-manager.service
|
|
WantedBy=oem-config.service
|