aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-04-07 14:56:22 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-04-07 14:56:22 +0200
commita793b23435567f2d4f49846196ceebcc47cd764c (patch)
tree5f542d40b11c55ff851724cbab21c27ba7a8ff0d /profile
parent6384224250a62e8b1ea913934db5dbae536ce153 (diff)
downloadmyconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.gz
myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.bz2
myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.zip
Remove stuff not needed on server
Diffstat (limited to 'profile')
-rw-r--r--profile11
1 files changed, 0 insertions, 11 deletions
diff --git a/profile b/profile
deleted file mode 100644
index b175d9b..0000000
--- a/profile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Rest of the profile run only if login is from linux console
-[[ "$(tty)" != /dev/tty* ]] && return
-
-# Start pulse audio
-pulseaudio --start 2>/dev/null
-# Start music player daemon
-mpd ~/.config/mpd/mpd.conf
-# Start email synchronization
-~/.local/sbin/syncemail
-# And if we are on first terminal also automatically start x server
-[ "$(tty)" = "/dev/tty1" ] && startx