summaryrefslogtreecommitdiff
path: root/daemon/gdm.in
blob: 29863612fa30776c07a1109b60f44b960de6d0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# A script so that
#    1) we read the standard system env vars
#    2) syadmins/integrators can add their own private options etc...

test -f /etc/profile && source /etc/profile

exec @EXPANDED_BINDIR@/gdm-binary "$@"

# fallback, use PATH
exec gdm-binary "$@"