daniebker

Auto starting Syncthing on Linux Mint

· [Daniel Baker]

Enable the service by running.

1
systemctl enable syncthing@myuser.service

This will enable the service to run as my user as a system wide service.

Then start the service by running

1
systemctl start syncthing@myuser.service

THe service should then be started. Run:

1
systemctl status syncthing.service

To check the status of the service. It should return something like:

1
2
Loaded: loaded (/lib/systemd/system/syncthing@.service; disabled; vendor preset: enabled)
     Active: active (running) since Sun 2021-10-03 21:36:29 CEST; 17min ago