Skip to content

Commit

Permalink
Merge pull request #783 from jooooooon/bug_7464/paths_path_svcadm_doe…
Browse files Browse the repository at this point in the history
…s_not_exist_so_syslog_is_never_restarted_on_solaris

Fixes #7464: svcadm does not exist - so syslog is never restarted on Solaris
  • Loading branch information
peckpeck committed Nov 24, 2015
2 parents ff9d4db + 1c2f862 commit a996cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/system/common/1.0/promises.st
Expand Up @@ -562,7 +562,7 @@ bundle agent check_log_system
commands:
solaris.(syslog_ng_repaired|rsyslog_repaired|syslogd_repaired)::
"${paths.path[svcadm]} refresh svc:/system/system-log:default";
"${paths.svcadm} refresh svc:/system/system-log:default";
aix.syslogd_repaired::
"/usr/bin/refresh -s syslogd";
Expand Down

0 comments on commit a996cda

Please sign in to comment.