[LON-CAPA-cvs] cvs: doc /install/linux install.pl
raeburn
raeburn at source.lon-capa.org
Sun Jul 28 10:04:41 EDT 2024
raeburn Sun Jul 28 14:04:41 2024 EDT
Modified files:
/doc/install/linux install.pl
Log:
- Run systemctl daemon-reload after change to systemd security settings
for Apache web server.
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.92 doc/install/linux/install.pl:1.93
--- doc/install/linux/install.pl:1.92 Sun Jul 28 13:21:34 2024
+++ doc/install/linux/install.pl Sun Jul 28 14:04:41 2024
@@ -78,7 +78,7 @@
&mt('Stopping execution.')."\n";
exit;
} else {
- print LOG '$Id: install.pl,v 1.92 2024/07/28 13:21:34 raeburn Exp $'."\n";
+ print LOG '$Id: install.pl,v 1.93 2024/07/28 14:04:41 raeburn Exp $'."\n";
}
#
@@ -2962,6 +2962,7 @@
print $fh '[Service]'."\n".'ProtectHome=no'."\n";
close($fh);
print_and_log('Created /etc/systemd/system/'.$service.'.d/override.conf');
+ system('systemctl daemon-reload');
}
}
} else {
More information about the LON-CAPA-cvs
mailing list