From 69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 11 Aug 2020 22:27:37 +0200 Subject: Remove services They are no longer required anyway --- profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'profile') 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 -- cgit v1.2.3