Re: Request s6 service for "nvidia-xrun-git"
Reply #1 –
Seeing that this is an AUR package and it also requires nvidia drives to test, we can't really make it official in the repos. You can write the service yourself however. Glancing at that oneshot script I believe something like this is what you want.
up
#!/bin/execlineb -P
export TURN_OFF_GPU_ONLY 1
exec /usr/bin/nvidia-xrun
type
oneshot