note in systemd that systemctl can change behaviour due to diff order… (#80570)

pull/80589/head
Brian Coca 1 year ago committed by GitHub
parent f05abd4540
commit 9ca863501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,6 +90,8 @@ notes:
- Before 2.4 you always required C(name).
- Globs are not supported in name, i.e C(postgres*.service).
- The service names might vary by specific OS/distribution
- The order of execution when having multiple properties is to first enable/disable, then mask/unmask and then deal with service state.
It has been reported that systemctl can behave differently depending on the order of operations if you do the same manually.
requirements:
- A system managed by systemd.
'''

Loading…
Cancel
Save