[__single_binary_service] Update manpage to remove __evilham prefix
This commit is contained in:
parent
1865ff9dce
commit
977b530dab
1 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
cdist-type__evilham_single_binary_service(7)
|
||||
============================================
|
||||
cdist-type__single_binary_service(7)
|
||||
====================================
|
||||
|
||||
NAME
|
||||
----
|
||||
cdist-type__evilham_single_binary_service - Setup a single-binary service
|
||||
cdist-type__single_binary_service - Setup a single-binary service
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
@ -142,7 +142,7 @@ EXAMPLES
|
|||
|
||||
# Install and enable the ipmi_exporter service
|
||||
# The variables are defined in the manifest previously
|
||||
__evilham_single_binary_service ipmi_exporter \
|
||||
__single_binary_service ipmi_exporter \
|
||||
--user "${USER}" \
|
||||
--service-args ' --config.file=/etc/ipmi_exporter.conf' \
|
||||
--version "${SHOULD_VERSION}" \
|
||||
|
@ -157,7 +157,7 @@ EXAMPLES
|
|||
EOF
|
||||
|
||||
# Remove the ipmi_exporter service along with the user and its config
|
||||
__evilham_single_binary_service ipmi_exporter \
|
||||
__single_binary_service ipmi_exporter \
|
||||
--user "${USER}" \
|
||||
--version "${SHOULD_VERSION}" \
|
||||
--checksum "${CHECKSUM}" \
|
||||
|
@ -165,7 +165,7 @@ EXAMPLES
|
|||
--state "absent"
|
||||
|
||||
# Same, but the service was using my user! Let's not delete that!
|
||||
__evilham_single_binary_service ipmi_exporter \
|
||||
__single_binary_service ipmi_exporter \
|
||||
--user "evilham" \
|
||||
--do-not-manage-user \
|
||||
--version "${SHOULD_VERSION}" \
|
||||
|
@ -187,4 +187,4 @@ Evilham <contact@evilham.com>
|
|||
|
||||
COPYING
|
||||
-------
|
||||
Copyright \(C) 2021 Evilham.
|
||||
Copyright \(C) 2022 Evilham.
|
||||
|
|
Loading…
Reference in a new issue