Skip to content

Commit

Permalink
Fixes #11080: Same for 4.1 and new service implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jul 3, 2017
1 parent dbd3298 commit 48d135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/20_cfe_basics/ncf_lib.cf
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ bundle agent ncf_services(service, action)

# /etc/rcX.d/
pass1.is_boot_action.is_check_action.(!systemctl_utility_present|is_init_service).!is_upstart_service.!svcadm_utility_present.!chkconfig_utility_present.!chitab_utility_present::
"action_command" string => "${paths.path[test]} -f /etc/rc`runlevel | ${paths.path[cut]} -d' ' -f2`.d/S??${service}";
"action_command" string => "${paths.path[test]} -f /etc/rc`/sbin/runlevel | ${paths.path[cut]} -d' ' -f2`.d/S??${service}";
"method" string => "/etc/rcX.d/";

###########################################################################
Expand Down

0 comments on commit 48d135e

Please sign in to comment.