[LON-CAPA-cvs] cvs: doc /install/linux install.pl

raeburn raeburn at source.lon-capa.org
Sun Jul 28 09:21:34 EDT 2024


raeburn		Sun Jul 28 13:21:34 2024 EDT

  Modified files:              
    /doc/install/linux	install.pl 
  Log:
  - Run systemctl daemon-reload after update to systemd security settings 
    for Apache web server.
  
  
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.91 doc/install/linux/install.pl:1.92
--- doc/install/linux/install.pl:1.91	Sat Jul 27 18:39:10 2024
+++ doc/install/linux/install.pl	Sun Jul 28 13:21:34 2024
@@ -78,7 +78,7 @@
           &mt('Stopping execution.')."\n";
     exit;
 } else {
-    print LOG '$Id: install.pl,v 1.91 2024/07/27 18:39:10 raeburn Exp $'."\n";
+    print LOG '$Id: install.pl,v 1.92 2024/07/28 13:21:34 raeburn Exp $'."\n";
 }
 
 #
@@ -2947,6 +2947,7 @@
                                 }
                                 close($fh);
                                 print_and_log('Updated /etc/systemd/system/'.$service.'.d/override.conf');
+                                system('systemctl daemon-reload');
                             } else {
                                 print_and_log('Could not open /etc/systemd/system/'.$service.'.d/override.conf for writing.');
                             }




More information about the LON-CAPA-cvs mailing list