You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redhat-cloud-client-configu.../SOURCES/insights-unregister.service.in

22 lines
806 B

# This file is part of insights-client.
#
# Any changes made to this file will be overwritten during a software update. To
# override a parameter in this file, create a drop-in file, typically located at
# /etc/systemd/system/insights-unregister.service.d/override.conf. Put the
# desired overrides in that file and reload systemd. The next time this service
# is run (either manually or via a systemd timer), the overridden values will be
# in effect.
#
# For more information about systemd drop-in files, see systemd.unit(5).
[Unit]
Description=Automatically Unregister from Red Hat Insights
Documentation=man:insights-client(8)
After=network-online.target
ConditionPathExists=!@sysconfdir@/pki/consumer/cert.pem
[Service]
Type=simple
ExecStart=@bindir@/insights-client --unregister --force
Restart=no