This repository was archived by the owner on Jan 16, 2024. It is now read-only.
  
  
  
  
  
Description
When doing contextualization package upgrade from 5.0.x and older versions (which didn't have one-context and one-context-local services), there is no automatic mechanism which would enable the contextualization services. Services are enabled only during (fresh) install, but not on upgrade.
  
  
    
        
          |  | #!/usr/bin/env bash | 
        
          |  |  | 
        
          |  | udevadm control --reload >/dev/null 2>&1 || : | 
        
          |  |  | 
        
          |  | if which systemctl >/dev/null 2>&1 && [ -d /etc/systemd ]; then | 
        
          |  | systemctl daemon-reload >/dev/null 2>&1 || : | 
        
          |  | fi |