aboutsummaryrefslogtreecommitdiff
path: root/profile
blob: cbee52db12027f08da933932f037ab9bb79b3498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return

# Start music player daemon
~/.service/mpd -q status || ~/.service/mpd start
# Start email synchronization
~/.local/sbin/syncemail
# Start syncthing
~/.service/syncthing -q status || ~/.service/syncthing start

# And if we are on first terminal also automatically start x server
[ "$(tty)" = "/dev/tty1" ] && exec startx -- vt1