diff --git a/manifests/startup.pp b/manifests/startup.pp index 6a4a8faad..142a30fa8 100644 --- a/manifests/startup.pp +++ b/manifests/startup.pp @@ -62,6 +62,9 @@ mode => '0755', content => template('zabbix/zabbix-agent-aix.init.erb'), } + file { "/etc/rc.d/rc2.d/S999${service_name}": + ensure => 'link', + target => "/etc/rc.d/init.d/${service_name}", } else { fail('We currently only support Debian, RedHat, and AIX osfamily as non-systemd') }