Changes

Jump to navigation Jump to search
Line 27: Line 27:  
* service to restart on demand
 
* service to restart on demand
   −
for  my $event (qw(
+
for  my $event (qw(
 
     conf-roundcube
 
     conf-roundcube
 
     ))
 
     ))
{
+
{
 
     templates2events("/etc/httpd/conf/httpd.conf", $event);    #####expand-template on event conf-roundcube
 
     templates2events("/etc/httpd/conf/httpd.conf", $event);    #####expand-template on event conf-roundcube
 
     safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.init");  #####restart mysqlinit on event conf-roundcube
 
     safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.init");  #####restart mysqlinit on event conf-roundcube
 
     safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");  #####restart httpd on event conf-roundcube
 
     safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");  #####restart httpd on event conf-roundcube
}
+
}
    
===== panel_link =====
 
===== panel_link =====

Navigation menu