diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-01-06 01:36:00 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-01-31 23:37:13 -0500 |
commit | d3e439e355284f136ff13eb3e6fffb4661552f3b (patch) | |
tree | 624e123167079a142ddacb1c3d7b00e73f7f3490 /Makefile.am | |
parent | 76f5428bc6b4b4d944be1c16f50d6e558416635f (diff) | |
download | patches-d3e439e355284f136ff13eb3e6fffb4661552f3b.tar patches-d3e439e355284f136ff13eb3e6fffb4661552f3b.tar.gz |
gnu: Add earlyoom-service-type.
* gnu/services/linux.scm: New file.
* tests/services/linux.scm: Add test.
* Makefile.am (SCM_TESTS): Register test.
* doc/guix.texi (Linux Services): Add a new section and document the new
service and its configuration.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7474b7f375..c6a2e6cf6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,6 +426,7 @@ SCM_TESTS = \ tests/scripts-build.scm \ tests/search-paths.scm \ tests/services.scm \ + tests/services/linux.scm \ tests/sets.scm \ tests/size.scm \ tests/snix.scm \ |