From 9f3bc25600d1a0a453915914b74bc929cf86bf7f Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 25 Jul 2023 00:37:27 -0400 Subject: [PATCH] add syncthing autostart entry --- .../.config/autostart/syncthing.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kde-autostart-syncthing/.config/autostart/syncthing.desktop diff --git a/kde-autostart-syncthing/.config/autostart/syncthing.desktop b/kde-autostart-syncthing/.config/autostart/syncthing.desktop new file mode 100644 index 0000000..3869703 --- /dev/null +++ b/kde-autostart-syncthing/.config/autostart/syncthing.desktop @@ -0,0 +1,8 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Exec=/usr/bin/syncthing serve --no-browser --logfile=default +Icon=syncthing +Name=syncthing +Path= +Terminal=False +Type=Application