mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 04:05:15 +03:00
15 lines
216 B
Bash
15 lines
216 B
Bash
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
|
|
name="Display Manager"
|
|
description="GNOME Display Manager"
|
|
|
|
command=/usr/sbin/gdm
|
|
command_args="$GDM_OPTS"
|
|
|
|
depend() {
|
|
provide display-manager
|
|
need dbus
|
|
want net
|
|
}
|