Re: Displaylink service
Reply #4 –
You can also add a custom service to /etc/init.d like:
start(){
modprobe evdi
start-stop-daemon --start --background --chdir /usr/lib/displaylink --make-pidfile --pidfile /run/displaylink.pid --exec /usr/lib/displaylink/DisplayLinkManager
}
Save it as displaylink in /etc/init.d and test with openrc-run displaylink start
If it works correctly, you can register the service at startup using: sudo rc-update add displaylink