aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-08-11 22:27:37 +0200
committerKarel Kočí <cynerd@email.cz>2020-08-11 22:27:37 +0200
commit69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b (patch)
tree9f9a0eb401a4bc397bd59d65e20d96484f70d8bd /profile
parentd3ec945ad4a2c610b358484629bb20e1be69b112 (diff)
downloadmyconfigs-69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b.tar.gz
myconfigs-69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b.tar.bz2
myconfigs-69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b.zip
Remove services
They are no longer required anyway
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