aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdm/gdm.initd
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:36:59 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:37:14 +0200
commitb2a51977f0c4cffe5799b075696278cd4c738cb5 (patch)
tree2cc1af8954d493896e18ac338dacbd91cc8b2384 /community/gdm/gdm.initd
parent9c7ceb8ff922c1b03ed452b34cd77847c0441ee5 (diff)
downloadaports-b2a51977f0c4cffe5799b075696278cd4c738cb5.tar.bz2
aports-b2a51977f0c4cffe5799b075696278cd4c738cb5.tar.xz
community/gdm: move from testing
Diffstat (limited to 'community/gdm/gdm.initd')
-rw-r--r--community/gdm/gdm.initd13
1 files changed, 13 insertions, 0 deletions
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
+}