summaryrefslogtreecommitdiff
path: root/nonsystemd/gdm-openrc/gdm.initd
blob: ecdad21640e325cd8763a16053790e53f1f2720f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/openrc-run

supervisor=supervise-daemon
command="/usr/bin/gdm"

depend() {
    need localmount

    after bootmisc consolefont modules netmount
    after readahead-list ypbind autofs openvpn gpm lircmd
    after quota keymaps
    before alsasound
    want logind
    use xfs

    provide xdm display-manager
}