File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 198198          serviceConfig =  { 
199199            WorkingDirectory =  "${ stateDir } /%i" ; 
200200            ExecStart =  "${ stateDir } /%i/current/bin/virtiofsd-run" ; 
201-             ExecReload =  "${ runFromBootedOrCurrent }  virtiofsd-reload %i" ; 
202201            ExecStop =  "${ runFromBootedOrCurrent }  virtiofsd-shutdown %i" ; 
203202            LimitNOFILE =  1048576 ; 
204203            NotifyAccess =  "all" ; 
242241          WorkingDirectory =  "${ stateDir } /%i" ; 
243242          ExecStart =  "${ stateDir } /%i/current/bin/microvm-run" ; 
244243          ExecStop =  "${ stateDir } /%i/booted/bin/microvm-shutdown" ; 
245-           TimeoutSec =  config . microvm . host . startupTimeout ;   
244+           TimeoutSec =  config . microvm . host . startupTimeout ; 
246245          Restart =  "always" ; 
247246          RestartSec =  "5s" ; 
248247          User =  user ; 
Original file line number Diff line number Diff line change 7171        exec ${ supervisord }  --configuration ${ supervisordConfigFile }  
7272      '' ; 
7373
74-     virtiofsd-reload =  '' 
75-       exec ${ supervisorctl }  reload 
76-     '' ; 
77- 
7874    virtiofsd-shutdown =  '' 
7975      exec ${ supervisorctl }  stop 
8076    '' ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments