Actions
Bug #6740
closedBug #6737: Make all techniques compatible with systemd changes
rsyslogConf in initial-promises still uses /etc/init.d for service management
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
commands: policy_server.(rsyslog_installed|rsyslog_pgsql_installed|rudder_rsyslog_conf_copied|rudder_rsyslog_pgsql).!SuSE:: "/etc/init.d/rsyslog" args => "restart", classes => cf2_if_else("rsyslog_restarted", "cant_restart_rsyslog"), comment => "restarting rsyslog"; policy_server.(rsyslog_installed|rsyslog_pgsql_installed|rudder_rsyslog_conf_copied|rudder_rsyslog_pgsql).SuSE:: "/etc/init.d/syslog" args => "restart", classes => cf2_if_else("rsyslog_restarted", "cant_restart_rsyslog"), comment => "restarting rsyslog";
Actions