12345678910111213141516 |
- Subject: Add documentation key to system unit file
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2018-08-12
- Bug: https://github.com/latchset/tang/issues/49
- --- a/units/tangd@.service.in
- +++ b/units/tangd@.service.in
- @@ -1,7 +1,6 @@
- [Unit]
- Description=Tang Server
- -Requires=tangd-keygen.service
- -After=tangd-keygen.service
- +Documentation=man:tangd(8)
-
- [Service]
- StandardInput=socket
|