update osstart

This commit is contained in:
Toki 2024-12-27 09:12:37 +09:00
parent a08c557fa2
commit c5f3a14795

View file

@ -276,13 +276,6 @@ class SchedulerManager {
//======================== other process ========================//
Future start() async {
var zprofile = File('$userPath/.zprofile');
if(zprofile.existsSync()) {
_log(zprofile.readAsStringSync());
var shell = StringBuffer('source ${zprofile.path}');
await ProcessExecutor.start(shell);
}
_log('Scheduler is running on pid [$pid].');
while(true) {
//