diff options
author | Karel Kočí <cynerd@email.cz> | 2016-10-15 22:19:59 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-10-15 22:19:59 +0200 |
commit | 88c8b6493aea1549d71be0345295beb6c4e61c00 (patch) | |
tree | 68b8134e30dfb3d0b2547a410ad8b60b72d3af1d /profile | |
parent | 02a2196150b16ee1c343a5587cadb177016fe222 (diff) | |
download | myconfigs-88c8b6493aea1549d71be0345295beb6c4e61c00.tar.gz myconfigs-88c8b6493aea1549d71be0345295beb6c4e61c00.tar.bz2 myconfigs-88c8b6493aea1549d71be0345295beb6c4e61c00.zip |
Some user services changes
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |