summaryrefslogtreecommitdiff
path: root/utils/gdm-safe-restart.in
blob: bccf5a31841e097776426d398be1b60267d15fee (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

PIDFILE=@GDM_PID_FILE@
if test '!' -f $PIDFILE ; then
	echo "$PIDFILE doesn't exist, perhaps GDM isn't running"
	exit 1
fi
echo "Not supported"