Description of problem: When I installed syncthing and tried to start it's service, I got this error: $ sudo systemctl start syncthing@ Failed to start syncthing@.service: Unit name syncthing@.service is not valid. See system logs and 'systemctl status syncthing@.service' for details. Version-Release number of selected component (if applicable): 0.13.2-1.mga6 How reproducible: Always Steps to Reproduce: 1. Install syncthing 2. sudo systemctl start syncthing@
Assignee: bugsquad => luis.daniel.lucio
It's not a bug and service should be started like this: # systemctl status syncthing@user.service
Status: NEW => RESOLVEDResolution: (none) => INVALID
I mean this :) # systemctl start syncthing@user.service