summaryrefslogtreecommitdiff
path: root/package/qingy/files/pre_GUI.sh
blob: 2c0fff1fbd52cb5ac34aa037de81738fe366f8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

filename="/tmp/qingy_restart_gpm"
status=`pgrep gpm`

if [ "$status" != "" ]; then

	/etc/init.d/gpm stop >/dev/null 2>/dev/null
	touch $filename

fi