123456789101112131415161718 |
- #!/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
- }
|