Explorar el Código

packaging: add Documentation to systemd service

c.f. https://www.freedesktop.org/software/systemd/man/systemd.directives.html#Documentation=
Thiago Perrotta hace 4 años
padre
commit
bab7734582
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packaging/systemd/miniflux.service

+ 1 - 0
packaging/systemd/miniflux.service

@@ -8,6 +8,7 @@
 
 [Unit]
 Description=Miniflux
+Documentation=man:miniflux(1) https://miniflux.app/docs/index.html
 After=network.target postgresql.service
 
 [Service]