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
# @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