-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Please add Documentation= field in systemd .service files #722
Comments
Per https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html
|
…ls#722] Signed-off-by: Jim Klimov <[email protected]>
…inks [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
] Signed-off-by: Jim Klimov <[email protected]>
] Signed-off-by: Jim Klimov <[email protected]>
…ink() to refer to specific driver man pages, provide systemd implementation [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
… for the driver [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…doc_links() [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…H_DOCS) and website page for these tools [networkupstools#722] Reminder: both sources are built as `sockdebug` for different platforms and share the man page. Signed-off-by: Jim Klimov <[email protected]>
…for the data server [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
… to local man (ifdef WITH_DOCS) and website page for this tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…nd website page for the nutconf tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…clients/upsmon.c, clients/upssched.c: refer to local man (ifdef WITH_DOCS) and website page for these tools [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…ink() to refer to specific driver man pages, provide systemd implementation [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
… for the driver [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…doc_links() [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…H_DOCS) and website page for these tools [networkupstools#722] Reminder: both sources are built as `sockdebug` for different platforms and share the man page. Signed-off-by: Jim Klimov <[email protected]>
…for the data server [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
… to local man (ifdef WITH_DOCS) and website page for this tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…nd website page for the nutconf tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…clients/upsmon.c, clients/upssched.c: refer to local man (ifdef WITH_DOCS) and website page for these tools [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…and website pages for this tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…pages for this tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
… page for this tool [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
… use of only basename of a program [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…omplete the proposed SMF implementation [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…ebsite page for nut.exe wrapper [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
…ebsite page for nut.exe wrapper [networkupstools#722] Signed-off-by: Jim Klimov <[email protected]>
Hi,
systemd .service files can add a reference to a man page with documentation about the daemon it starts (ie
Documentation=man:upsd(8)
)Would be nice if this was added
The text was updated successfully, but these errors were encountered: