Ensure a process matching a given pattern is absent.
httpd-absent:
process.absent:
- name: apache2
salt.states.process.
absent
(name, user=None, signal=None)¶Ensures that the named command is not running.
The pattern to match.
The user to which the process belongs
Signal to send to the process(es).
Generated on May 09, 2023 at 04:03:50 UTC.
You are viewing docs for the latest stable release, 3006.1. Switch to docs for the previous stable release, 3005.1, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy