Skip to content

Commit

Permalink
Add documentation in service files (#99)
Browse files Browse the repository at this point in the history
Fixes: #49

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi authored Sep 12, 2022
1 parent f628164 commit c0e3eca
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions units/tangd.socket
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Tang Server socket
Documentation=man:tang(8)

[Socket]
ListenStream=80
1 change: 1 addition & 0 deletions units/tangd@.service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Tang Server
Documentation=man:tang(8)

[Service]
StandardInput=socket

0 comments on commit c0e3eca

Please sign in to comment.