diff options
author | S e r g i o S c h n e i d e r | 2023-09-18 17:46:56 -0400 |
---|---|---|
committer | S e r g i o S c h n e i d e r | 2023-09-18 17:46:56 -0400 |
commit | 256a800c96e76306877cc5bba037f5f42afc84d5 (patch) | |
tree | f96daa599c829bdf487dce0300c61a08d1b4bcef /syncthing.desktop | |
parent | c56b2aeba771da6ed499f868bb687f9ec1fbea53 (diff) | |
download | aur-256a800c96e76306877cc5bba037f5f42afc84d5.tar.gz |
Update to 1.2, use systemctl to start
Diffstat (limited to 'syncthing.desktop')
-rw-r--r-- | syncthing.desktop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/syncthing.desktop b/syncthing.desktop index 0d2564bad499..587dd852d736 100644 --- a/syncthing.desktop +++ b/syncthing.desktop @@ -2,7 +2,8 @@ Categories=Network #Exec=/usr/bin/xdg-open http://localhost:8384 #Exec=syncthing -Exec=/bin/bash -c "killall syncthing ; syncthing ; /usr/bin/xdg-open http://localhost:8384" +#Exec=/bin/bash -c "killall syncthing ; syncthing ; /usr/bin/xdg-open http://localhost:8384" +Exec=/bin/bash -c "systemctl --user start syncthing ; /usr/bin/syncthing -browser-only" Icon=/usr/share/pixmaps/syncthing.svg StartupNotify=false Terminal=false |