put pid file to $XDG_CACHE_HOME. Fixes #2149
This commit is contained in:
		
							parent
							
								
									8d8c8a7f4e
								
							
						
					
					
						commit
						5372611e60
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -179,7 +179,7 @@ class ConfigPaths: | |||
| 			secretsfile += u'.' + profile | ||||
| 		pidfile += u'.pid' | ||||
| 		self.add('CONFIG_FILE', TYPE_CONFIG, conffile) | ||||
| 		self.add('PID_FILE', TYPE_CONFIG, pidfile) | ||||
| 		self.add('PID_FILE', TYPE_CACHE, pidfile) | ||||
| 		self.add('SECRETS_FILE', TYPE_DATA, secretsfile) | ||||
| 
 | ||||
| gajimpaths = ConfigPaths() | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue