ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/systemd/system/gpu-manager.service

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