diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 16:01:07 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 16:01:07 -0400 |
commit | 19b02206ffff130a7cfed2efc81604bf7fe9bb07 (patch) | |
tree | 5c9800da3cdfe6bdd7e814a2a54dcf6720af0f65 /src/grp-resolve | |
parent | 623d6918363a5f0d937d35a1fa10ce375c3ff258 (diff) |
presets
Diffstat (limited to 'src/grp-resolve')
-rw-r--r-- | src/grp-resolve/90-resolved.preset | 8 | ||||
-rw-r--r-- | src/grp-resolve/Makefile | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/grp-resolve/90-resolved.preset b/src/grp-resolve/90-resolved.preset new file mode 100644 index 0000000000..6033cd7ccc --- /dev/null +++ b/src/grp-resolve/90-resolved.preset @@ -0,0 +1,8 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +enable systemd-resolved.service diff --git a/src/grp-resolve/Makefile b/src/grp-resolve/Makefile index 7969cc1298..849af75af5 100644 --- a/src/grp-resolve/Makefile +++ b/src/grp-resolve/Makefile @@ -23,6 +23,9 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +dist_systempreset_DATA = \ + 90-resolved.preset + nested.subdirs += libbasic-dns nested.subdirs += systemd-resolved systemd-resolve nss-resolve |