mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-03 06:51:57 +01:00
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
|
|
name="Display Manager"
|
|
description="GNOME Display Manager"
|
|
|
|
command=/usr/sbin/gdm
|
|
command_args="$GDM_OPTS"
|
|
|
|
depend() {
|
|
need net dbus
|
|
}
|