sudo journalctl -f
-- Logs begin at Fri 2020-05-15 14:47:22 BST. --
May 19 18:45:45 DESKTOP-F5PT3RH.broadband steam[3459]: Ignoring invalid property 'route-data'
May 19 18:45:45 DESKTOP-F5PT3RH.broadband steam[3459]: Ignoring invalid property 'address-data'
May 19 18:45:45 DESKTOP-F5PT3RH.broadband steam[3459]: Ignoring invalid property 'route-data'
May 19 18:45:45 DESKTOP-F5PT3RH.broadband steam[3459]: Ignoring invalid property 'address-data'
May 19 18:45:51
Huh. If it's checked, can you check if
/usr/lib/systemd/system/eddie-elevated.service
exists?
If not, you can add it yourself:
curl -sSfL https://eddie.website/temp/eddie-elevated.service | sudo tee /usr/lib/systemd/system/eddie-elevated.service && sudo systemctl daemon-reload
Then it should work.