This commit is contained in:
Toki 2024-12-27 08:04:54 +09:00
parent 745db39e2c
commit a08c557fa2

View file

@ -276,6 +276,13 @@ 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) {
//