From 091a364c802e34a58f3260c9cb5db9b75c62215c Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 18 May 2014 22:10:48 +0200 Subject: resolved: add daemon to manage resolv.conf Also remove the equivalent functionality from networkd. --- units/.gitignore | 1 + units/systemd-resolved.service.in | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 units/systemd-resolved.service.in (limited to 'units') diff --git a/units/.gitignore b/units/.gitignore index fca17c974..b8c084595 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -49,6 +49,7 @@ /systemd-readahead-replay.service /systemd-reboot.service /systemd-remount-fs.service +/systemd-resolved.service /systemd-rfkill@.service /systemd-shutdownd.service /systemd-suspend.service diff --git a/units/systemd-resolved.service.in b/units/systemd-resolved.service.in new file mode 100644 index 000000000..f4bbb7c16 --- /dev/null +++ b/units/systemd-resolved.service.in @@ -0,0 +1,21 @@ +# 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. + +[Unit] +Description=Network Name Resolution +Documentation=man:systemd-resolved.service(8) +After=systemd-networkd.service network.service + +[Service] +Type=notify +Restart=always +RestartSec=0 +ExecStart=@rootlibexecdir@/systemd-resolved +CapabilityBoundingSet= + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3