DOCS(server): Add Documentation key to mumble-server unit

Make it easy to view the man page by documenting it in its service unit
file. Then it can be viewed via `systemctl help mumble-server.service`.
This commit is contained in:
Diederik de Haas 2024-11-26 13:50:39 +01:00
parent 9ee2f4be8d
commit 217d48eeff
No known key found for this signature in database
GPG Key ID: D76E5BCE787EDB6E

View File

@ -1,5 +1,6 @@
[Unit]
Description=Mumble server
Documentation=man:mumble-server(1)
After=network.target
Wants=network-online.target