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.
19 lines
634 B
19 lines
634 B
2 years ago
|
# 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-unregistered.path.d/override.conf. Put the desired
|
||
|
# overrides in that file and reload systemd.
|
||
|
#
|
||
|
# For more information about systemd drop-in files, see systemd.unit(5).
|
||
|
|
||
|
[Unit]
|
||
|
Description=Check if manually Unregistered from Red Hat Insights Client Path Watch
|
||
|
Documentation=man:insights-client(8)
|
||
|
|
||
|
[Path]
|
||
|
PathExists=@sysconfdir@/insights-client/.unregistered
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|