Draft of Synthing install script
This commit is contained in:
14
scripts/syncthing-install.sh
Executable file
14
scripts/syncthing-install.sh
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Debian/Ubuntu packages
|
||||||
|
# https://apt.syncthing.net/
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
# https://docs.syncthing.net/users/config.html
|
||||||
|
|
||||||
|
# Autostart
|
||||||
|
# https://docs.syncthing.net/users/autostart.html
|
||||||
|
|
||||||
|
sudo systemctl enable syncthing@lachtan
|
||||||
|
sudo systemctl start syncthing@lachtan
|
||||||
|
|
||||||
Reference in New Issue
Block a user