aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/profile b/profile
index 9c6058f..ee600c9 100644
--- a/profile
+++ b/profile
@@ -10,9 +10,7 @@ export CT_LOCAL_TARBALLS_DIR="~/src/ct-ng"
[[ "$(tty)" != /dev/tty* ]] && return
# Start music player daemon
-~/.service/mpd -q status || ~/.service/mpd start
-# Start syncthing
-~/.service/syncthing -q status || ~/.service/syncthing start
+pgrep mpd >/dev/null || mpd ~/.config/mpd/mpd.conf
# And if we are on first terminal also automatically start x server
if [ "$(tty)" = "/dev/tty1" ]; then