123456789101112 |
- Subject: Run tang as the _tang system user
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2021-09-30
- Forwarded: https://github.com/latchset/tang/issues/82
- --- a/units/tangd@.service.in
- +++ b/units/tangd@.service.in
- @@ -8,3 +8,4 @@
- StandardError=journal
- ExecStart=@libexecdir@/tangd @jwkdir@
- User=@user@
- +Group=@group@
|