Changes of Revision 18
[-] | Changed | monit.spec |
1
2 # This adds the proper /etc/rc*.d links for the script 3 /sbin/chkconfig --add monit 4 /usr/bin/create_monit_ssl 5 +cd %{_sysconfdir}/monit.d/ && tar -xvzf %{SOURCE6} && rm %{SOURCE6} 6 7 #### 8 9 |