net-proxy/dnss: Fixed systemd path

Signed-off-by: Theron York <theron.york@cloudnuke.org>
This commit is contained in:
Theron York
2026-05-11 21:18:21 -05:00
parent d7ed99a474
commit 6283ae3485
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ src_install() {
newins dnss.conf dnss.conf.example
fi
if use systemd && [[ -f dnss.service ]]; then
if use systemd && [[ -f pkg/aur/systemd/dnss.service ]]; then
systemd_dounit dnss.service
fi