diff options
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 |