From f76b86b8ed5e5455c03b0f7e9e8e752088af23ca Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 7 Jan 2025 20:35:47 +0100 Subject: [PATCH] feat: add stop script. --- src/usr/local/syncthing/stop.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 src/usr/local/syncthing/stop.sh diff --git a/src/usr/local/syncthing/stop.sh b/src/usr/local/syncthing/stop.sh new file mode 100755 index 0000000..9a1e53e --- /dev/null +++ b/src/usr/local/syncthing/stop.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +killall syncthing