fix btrbk service
[distro-setup] / desktop-apps
1 #!/bin/bash
2
3 if ! pgrep -u $EUID emacs; then
4 emacs --daemon &
5 emacs -f znc-all &
6 fi
7 pidgin &
8 linphone &
9 if ! pgrep -u $EUID -f "firefox -P sfw"; then
10 firefox -P sfw &
11 fi
12 #nagstamon &