Turn On Syncthing

This is a quick one. Use the following commands to enable, start, or check the status of the Syncthing service:

(Replace `myuser` with your username on your computer.)

$ run0 systemctl enable syncthing@myuser.service
$ run0 systemctl start syncthing@myuser.service
$ run0 systemctl status syncthing@myuser.service