packaging: add Documentation to systemd service
c.f. https://www.freedesktop.org/software/systemd/man/systemd.directives.html#Documentation=
This commit is contained in:
parent
3dda84bf9a
commit
bab7734582
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Miniflux
|
Description=Miniflux
|
||||||
|
Documentation=man:miniflux(1) https://miniflux.app/docs/index.html
|
||||||
After=network.target postgresql.service
|
After=network.target postgresql.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Reference in a new issue