aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-11-04 18:51:42 +0100
committerKarel Kočí <cynerd@email.cz>2016-11-04 18:51:42 +0100
commitad77f0539f654bf3eb7fafb4776355a3a3ffd6d7 (patch)
tree7ee4d9210f2e2233decba05bbbd8481dcafd7946
parentcabfad2b0ad3dcfcfff3a8d23e5d8e5fe4480330 (diff)
downloadmyconfigs-ad77f0539f654bf3eb7fafb4776355a3a3ffd6d7.tar.gz
myconfigs-ad77f0539f654bf3eb7fafb4776355a3a3ffd6d7.tar.bz2
myconfigs-ad77f0539f654bf3eb7fafb4776355a3a3ffd6d7.zip
Remove syncthing start
Now handled by system init
-rw-r--r--profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/profile b/profile
index 5db59d9..ffb9d65 100644
--- a/profile
+++ b/profile
@@ -4,5 +4,3 @@ pulseaudio --start 2>/dev/null
mpd ~/.config/mpd/mpd.conf
# Start email synchronization
~/.local/sbin/syncemail
-# Start syncthing
-start-stop-daemon -S -bm -p /tmp/syncthing-$UID.pid -- sh -c "syncthing -no-browser 2>&1 | logger -t syncthing"