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

command="/usr/bin/lxdm-binary"
command_args="-d"
pidfile="/run/${RC_SVCNAME}.pid"

depend() {
    need localmount dbus logind

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

    use xfs

    provide xdm display-manager
}