[__single_binary_service] Update manpage to remove __evilham prefix

This commit is contained in:
evilham 2022-04-28 17:22:19 +02:00
parent 1865ff9dce
commit 977b530dab
Signed by untrusted user: evilham
GPG Key ID: AE3EE30D970886BF
1 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
cdist-type__evilham_single_binary_service(7) cdist-type__single_binary_service(7)
============================================ ====================================
NAME NAME
---- ----
cdist-type__evilham_single_binary_service - Setup a single-binary service cdist-type__single_binary_service - Setup a single-binary service
DESCRIPTION DESCRIPTION
@ -142,7 +142,7 @@ EXAMPLES
# Install and enable the ipmi_exporter service # Install and enable the ipmi_exporter service
# The variables are defined in the manifest previously # The variables are defined in the manifest previously
__evilham_single_binary_service ipmi_exporter \ __single_binary_service ipmi_exporter \
--user "${USER}" \ --user "${USER}" \
--service-args ' --config.file=/etc/ipmi_exporter.conf' \ --service-args ' --config.file=/etc/ipmi_exporter.conf' \
--version "${SHOULD_VERSION}" \ --version "${SHOULD_VERSION}" \
@ -157,7 +157,7 @@ EXAMPLES
EOF EOF
# Remove the ipmi_exporter service along with the user and its config # 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}" \ --user "${USER}" \
--version "${SHOULD_VERSION}" \ --version "${SHOULD_VERSION}" \
--checksum "${CHECKSUM}" \ --checksum "${CHECKSUM}" \
@ -165,7 +165,7 @@ EXAMPLES
--state "absent" --state "absent"
# Same, but the service was using my user! Let's not delete that! # 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" \ --user "evilham" \
--do-not-manage-user \ --do-not-manage-user \
--version "${SHOULD_VERSION}" \ --version "${SHOULD_VERSION}" \
@ -187,4 +187,4 @@ Evilham <contact@evilham.com>
COPYING COPYING
------- -------
Copyright \(C) 2021 Evilham. Copyright \(C) 2022 Evilham.