Return to install.pl CVS log | Up to [LON-CAPA] / doc / install / linux |
version 1.92, 2024/07/28 13:21:34 | version 1.93, 2024/07/28 14:04:41 |
---|---|
Line 2962 sub check_systemd_update { | Line 2962 sub check_systemd_update { |
print $fh '[Service]'."\n".'ProtectHome=no'."\n"; | print $fh '[Service]'."\n".'ProtectHome=no'."\n"; |
close($fh); | close($fh); |
print_and_log('Created /etc/systemd/system/'.$service.'.d/override.conf'); | print_and_log('Created /etc/systemd/system/'.$service.'.d/override.conf'); |
system('systemctl daemon-reload'); | |
} | } |
} | } |
} else { | } else { |