aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/profile b/profile
index 8a59d6e..5db59d9 100644
--- a/profile
+++ b/profile
@@ -1,6 +1,8 @@
# Start pulse audio
-pulseaudio --start
+pulseaudio --start 2>/dev/null
# Start music player daemon
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"