You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aligned systemd services behavior for service_policy => "enable|enabled|disable|disabled"
This change allows the use of servie_policy => "enable" or "enabled" without
actually enabling the service during each execution. "disabled" and "disable" are
handled similarly.
Ticket: ENT-6073
Changelog: Title
# @brief Standard services bundle, used by CFEngine by default
83
83
# @author CFEngine AS
84
84
# @param service Name of service to control
85
-
# @param state The desired state for that service: "start", "restart", "reload", "stop", or "disable"
85
+
# @param state The desired state for that service: "start", "restart", "reload", "stop", or "disable". "enable", "enabled", and "disabled" are also able to be used when systemd is detected.
86
86
#
87
87
# This bundle is used by CFEngine if you don't specify a services
88
88
# handler explicitly, and will work with systemd or chkconfig or other
0 commit comments