Last active
June 24, 2020 15:36
-
-
Save elcritch/f6a470f8a8b4029f3894375da11bde1b to your computer and use it in GitHub Desktop.
Syncthing Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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