aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-10-15 22:19:59 +0200
committerKarel Kočí <cynerd@email.cz>2016-10-15 22:19:59 +0200
commit88c8b6493aea1549d71be0345295beb6c4e61c00 (patch)
tree68b8134e30dfb3d0b2547a410ad8b60b72d3af1d /profile
parent02a2196150b16ee1c343a5587cadb177016fe222 (diff)
downloadmyconfigs-88c8b6493aea1549d71be0345295beb6c4e61c00.tar.gz
myconfigs-88c8b6493aea1549d71be0345295beb6c4e61c00.tar.bz2
myconfigs-88c8b6493aea1549d71be0345295beb6c4e61c00.zip
Some user services changes
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"