put pid file to $XDG_CACHE_HOME. Fixes #2149
This commit is contained in:
parent
8d8c8a7f4e
commit
5372611e60
|
@ -179,7 +179,7 @@ class ConfigPaths:
|
||||||
secretsfile += u'.' + profile
|
secretsfile += u'.' + profile
|
||||||
pidfile += u'.pid'
|
pidfile += u'.pid'
|
||||||
self.add('CONFIG_FILE', TYPE_CONFIG, conffile)
|
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)
|
self.add('SECRETS_FILE', TYPE_DATA, secretsfile)
|
||||||
|
|
||||||
gajimpaths = ConfigPaths()
|
gajimpaths = ConfigPaths()
|
||||||
|
|
Loading…
Reference in New Issue