From 9e00d7b65134044df8e23c64faec2d6899d06278 Mon Sep 17 00:00:00 2001 From: fanyx Date: Mon, 27 Sep 2021 16:13:22 +0200 Subject: [PATCH] Add syncthing user service --- .config/sv/syncthing/run | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .config/sv/syncthing/run diff --git a/.config/sv/syncthing/run b/.config/sv/syncthing/run new file mode 100755 index 0000000..8e11587 --- /dev/null +++ b/.config/sv/syncthing/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/syncthing -no-browser -home="$HOME/.config/syncthing"