doc(setup):Note how to start syncthing automatically
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 8 Oct 2020 00:38:11 +0000 (00:38 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 8 Oct 2020 00:38:11 +0000 (00:38 +0000)
doc/setup/README.org

index 9af6a78dcf2e71324ec298359f41835e7c53e32f..66bb04e48824fcd2054a4f2f1858bd4aa827cdbe 100644 (file)
@@ -5,7 +5,7 @@
 ** About
 This document created by [[http://baltakatei.com][Steven Baltakatei Sandoval]] on
 ~2020-10-07T18:39Z~ under a [[http://creativecommons.org/licenses/by-sa/4.0/][CC BY-SA 4.0]] license and last updated on
-~2020-10-08T00:33Z~.
+~2020-10-08T00:38Z~.
 
 This document contains information regarding setup of the
 ninfacyzga-01 hardware common to all operation modes. This includes:
@@ -238,6 +238,11 @@ Install ~syncthing~ for log file transfer capability.
 
 : $ sudo apt install syncthing
 
+Enable automatic startup. (See [[https://docs.syncthing.net/users/autostart.html][ref]]).
+
+: $ sudo systemctl enable syncthing@pi.service
+: $ sudo systemctl start syncthing@pi.service
+
 ****** ~git~
 ~git~ facilitates downloading files from this repository to the
 device. It may be installed via: