add some minor instruction

This commit is contained in:
sakrecoer 2024-11-20 16:38:00 +01:00
parent afd6bee7c0
commit ba0697438b
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
## This script assumes you are running KDE
SERVICE="syncthing"
if pgrep -x "$SERVICE" >/dev/null
then

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
## This script assumes you are running KDE
SERVICE="syncthing"
if pgrep -x "$SERVICE" >/dev/null
then

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
## This script assumes you are running KDE
SERVICE="syncthing"
if pgrep -x "$SERVICE" >/dev/null
then
@ -11,4 +13,3 @@ else
## start syncthing
/usr/bin/syncthing serve --no-browser --logfile=default
fi