Skip to content

Instantly share code, notes, and snippets.

@elcritch
Last active June 24, 2020 15:36
Show Gist options
  • Save elcritch/f6a470f8a8b4029f3894375da11bde1b to your computer and use it in GitHub Desktop.
Save elcritch/f6a470f8a8b4029f3894375da11bde1b to your computer and use it in GitHub Desktop.
Syncthing Setup
#!/bin/sh
sudo systemctl enable syncthing@`whoami`.service
sudo systemctl start syncthing@`whoami`.service
systemctl status syncthing@`whoami`.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment