diff options
author | Karel Kočí <cynerd@email.cz> | 2020-08-11 22:27:37 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-08-11 22:27:37 +0200 |
commit | 69fc8d40d9a82ce675f46c2ba0dc754cbc99fe2b (patch) | |
tree | 9f9a0eb401a4bc397bd59d65e20d96484f70d8bd /profile | |
parent | d3ec945ad4a2c610b358484629bb20e1be69b112 (diff) | |
download | myconfigs-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-- | profile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |