diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-04 21:49:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-13 00:02:59 +0200 |
commit | be234128487306fd922c61fbb0162c53eb5fe6df (patch) | |
tree | 3e5a5e94b9b8e7de6312ca22fe1a856984524c74 /gnu-system.am | |
parent | a1d5bb0ec790d55d6800ad7e740ded44a32ed215 (diff) | |
download | patches-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.am | 1 |
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 \ |