@Bodger wrote:
I installed syncthing on xubuntu 19.10 Eaon Ermine On an 2011 era Macbook air x86_64
sudo /bin/bash apt install syncthing
…
root@macbook:/home/julian/Desktop# systemctl list-unit-files | grep syncthing syncthing-resume.service enabled syncthing@.service disabled root@macbook:/home/julian/Desktop# systemctl start syncthing@ Failed to start syncthing@.service: Unit name syncthing@.service is missing the instance name. See system logs and 'systemctl status syncthing@.service' for details. root@macbook:/home/julian/Desktop# systemctl start syncthing@.service Failed to start syncthing@.service: Unit name syncthing@.service is missing the instance name. See system logs and 'systemctl status syncthing@.service' for details.
Notice the service unit file, syncthing@.service, in a few other tutorials I would see something like syncthing@[instancename].service, which I am not seeing on my box.
What is causing it to not set the instance name? and more importantly what is the instance name? Can I set it from the command line and get systemd updated?
Thanx
Posts: 5
Participants: 3