app-crypt/tang: removed systemd daemon-reload command

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2022-04-23 22:12:29 -04:00
parent 33793ce906
commit e0af6353ee

View File

@@ -37,6 +37,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
}