diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-03-26 18:37:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 18:37:52 +0100 |
commit | d30d0b04aed25db711cff8d3b035acc39dba4b57 (patch) | |
tree | 489c7f5539f53d6d8fc04b36dfe340834c4215e2 /units | |
parent | Merge pull request #31959 from YHNdnzj/execute-pass-fds (diff) | |
parent | resolved: support reloading configuration at runtime (diff) | |
download | systemd-d30d0b04aed25db711cff8d3b035acc39dba4b57.tar.xz systemd-d30d0b04aed25db711cff8d3b035acc39dba4b57.zip |
Merge pull request #31951 from bluca/resolve_reload
resolved: support reloading configuration at runtime
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-resolved.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-resolved.service.in b/units/systemd-resolved.service.in index 820aecfef6..717f572bc5 100644 --- a/units/systemd-resolved.service.in +++ b/units/systemd-resolved.service.in @@ -48,7 +48,7 @@ RuntimeDirectoryPreserve=yes SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service -Type=notify +Type=notify-reload User=systemd-resolve ImportCredential=network.dns ImportCredential=network.search_domains |