summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-04 21:49:02 +0200
committerLudovic Courtès <ludo@gnu.org>2015-04-13 00:02:59 +0200
commitbe234128487306fd922c61fbb0162c53eb5fe6df (patch)
tree3e5a5e94b9b8e7de6312ca22fe1a856984524c74 /gnu-system.am
parenta1d5bb0ec790d55d6800ad7e740ded44a32ed215 (diff)
downloadpatches-be234128487306fd922c61fbb0162c53eb5fe6df.tar
patches-be234128487306fd922c61fbb0162c53eb5fe6df.tar.gz
services: Add upower.
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/upower.scm. * gnu/services/upower.scm: New file, defining a upower service. * doc/guix.texi (Various Services): Mention it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 7b83f4cf67..afe43bc67a 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -330,6 +330,7 @@ GNU_SYSTEM_MODULES = \
gnu/services/lirc.scm \
gnu/services/networking.scm \
gnu/services/ssh.scm \
+ gnu/services/upower.scm \
gnu/services/xorg.scm \
\
gnu/system.scm \