9 lines
201 B
SYSTEMD
9 lines
201 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prevents AMDGPU-PRO dangerous behaviour and symlinks its firmware and libraries to sytem path.
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/amdgpu-lib-refresh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|