1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/gdm/gdm.initd
2019-09-23 00:37:14 +02:00

13 lines
185 B
Text

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