Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[minor] Add description to systemd service file #49

Closed
cbiedl opened this issue May 24, 2020 · 0 comments · Fixed by #99
Closed

[minor] Add description to systemd service file #49

cbiedl opened this issue May 24, 2020 · 0 comments · Fixed by #99

Comments

@cbiedl
Copy link

cbiedl commented May 24, 2020

systemd service files should have a pointer to applicable documentation. Fix is trivial:

--- a/units/tangd@.service.in
+++ b/units/tangd@.service.in
@@ -1,5 +1,6 @@
 [Unit]
 Description=Tang Server
+Documentation=man:tangd(8)
 
 [Service]
 StandardInput=socket
sarroutbi added a commit that referenced this issue May 5, 2022
Fix: #49

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
sarroutbi added a commit that referenced this issue Sep 12, 2022
Fixes: #49

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
sarroutbi added a commit to sarroutbi/tang that referenced this issue Sep 12, 2022
Fixes: latchset#49

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant