summaryrefslogtreecommitdiff
path: root/nonsystemd/lightdm-openrc/lightdm.initd
blob: 2eace0436f538015d7d41291e934224354874538 (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/lightdm"

depend() {
    need localmount

    after bootmisc consolefont modules netmount
    after ypbind autofs openvpn gpm lircmd
    after quota keymaps acpid
    before alsasound
    want logind
    use xfs
    provide xdm display-manager
}