Skip to content
Snippets Groups Projects
Commit 5372611e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

put pid file to $XDG_CACHE_HOME. Fixes #2149

parent 8d8c8a7f
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment