sabnzbd now really starts at boot
svn path=/nixos/trunk/; revision=22579
This commit is contained in:
		
							parent
							
								
									2a6819e03d
								
							
						
					
					
						commit
						e058f7ea45
					
				@ -42,8 +42,8 @@ in
 | 
			
		||||
    jobs.sabnzbd =
 | 
			
		||||
      { description = "sabnzbd server";
 | 
			
		||||
 | 
			
		||||
        startOn = "network-interfaces/started";
 | 
			
		||||
        stopOn = "network-interfaces/stop";
 | 
			
		||||
        startOn = "started network-interfaces";
 | 
			
		||||
        stopOn = "stopping network-interfaces";
 | 
			
		||||
 | 
			
		||||
        exec = "${sabnzbd}/bin/sabnzbd -d -f ${cfg.configFile}";
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user