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

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

depend() {
    need localmount

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

    use logind dbus xfs
    provide display-manager
}