aboutsummaryrefslogtreecommitdiff
path: root/app-crypt/tang/tang-11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/tang/tang-11.ebuild')
-rw-r--r--app-crypt/tang/tang-11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/tang/tang-11.ebuild b/app-crypt/tang/tang-11.ebuild
index 8a1687a..a47a71a 100644
--- a/app-crypt/tang/tang-11.ebuild
+++ b/app-crypt/tang/tang-11.ebuild
@@ -26,6 +26,8 @@ src_install(){
newinitd "${FILESDIR}"/tangd.initd tangd
systemd_dounit ${FILESDIR}/tangd.service
+ doconfd "${FILESDIR}"/tangd
+
dodir /var/db/tang
keepdir /var/db/tang
fowners tang:tang /var/db/tang
@@ -37,6 +39,4 @@ pkg_postinst(){
einfo "It also stores JWKs in /var/db/tang."
einfo "If you want to change this, modify /etc/init.d/tangd or"
einfo "/usr/lib/systemd/system/tangd.service directly."
-
- systemctl daemon-reload || die
}