View Single Post
Old 08-11-2015, 09:53 AM   #2
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

Hi Robert,

Thanks for the report. Indeed, the currently installed systemd service configuration entry needs some polishing - for this release we have focused on upstart as Ubuntu 14.04 LTS was the target.
Systemd service file needs changes to start DisplayLink Manager automatically on boot - we will include a fix for this in next releases. For now, you can try modifying it yourself - let me know if it worked:
  • Add the following section to /lib/systemd/system/displaylink.service:
    Code:
    [Install]
    WantedBy=graphical.target
  • Use this command to enable starting the service automatically:
    Code:
    systemctl enable displaylink.service
mlukaszek is offline   Reply With Quote