From b2a51977f0c4cffe5799b075696278cd4c738cb5 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 23 Sep 2019 00:36:59 +0200 Subject: community/gdm: move from testing --- community/gdm/gdm.initd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/gdm/gdm.initd (limited to 'community/gdm/gdm.initd') diff --git a/community/gdm/gdm.initd b/community/gdm/gdm.initd new file mode 100644 index 0000000000..d4c468bfd7 --- /dev/null +++ b/community/gdm/gdm.initd @@ -0,0 +1,13 @@ +#!/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 +} -- cgit v1.2.3