From 4f5c398c39a69c47f059e2e39ee4e04218c3850e Mon Sep 17 00:00:00 2001 From: joshua Date: Wed, 3 Jan 2024 02:10:09 -0500 Subject: Added syncthing desktop setup article to wiki --- site/desktop/syncthing/index.html | 747 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 747 insertions(+) create mode 100644 site/desktop/syncthing/index.html (limited to 'site/desktop/syncthing/index.html') diff --git a/site/desktop/syncthing/index.html b/site/desktop/syncthing/index.html new file mode 100644 index 0000000..8891e1c --- /dev/null +++ b/site/desktop/syncthing/index.html @@ -0,0 +1,747 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Syncthing - Joshua's Wiki + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + +

Syncthing using Runit and Artix Linux

+

The default Artix Linux syncthing script is broken, here is a corrected version that works:

+
#!/bin/sh
+export USER="joshua"
+export HOME="/home/joshua"
+
+groups="$(id -Gn "$USER" | tr ' ' ':')"
+
+exec 2>&1
+exec chpst -u "$USER:groups" syncthing -logflags 0
+
+

References:

+

Void Linux Per User Services

+ + + + + + + + + + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3