From f4561be2d13668bbb38dcb01d8bfe56c8c12bf0f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 26 May 2014 18:23:12 +0200 Subject: services: Add D-Bus and Avahi. * gnu/services/dbus.scm: New file. * gnu/services/avahi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add them. --- gnu-system.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu-system.am') diff --git a/gnu-system.am b/gnu-system.am index ab8bf113f5..242dc2d134 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -245,7 +245,9 @@ GNU_SYSTEM_MODULES = \ gnu/packages/zip.scm \ \ gnu/services.scm \ + gnu/services/avahi.scm \ gnu/services/base.scm \ + gnu/services/dbus.scm \ gnu/services/dmd.scm \ gnu/services/networking.scm \ gnu/services/xorg.scm \ -- cgit v1.2.3