----- Original Message ----- > From: "Andrew Myers" <[email protected]> > To: [email protected] > Sent: Thursday, May 31, 2012 9:51:51 AM > Subject: Re: [SFLphone] sflphoned keeps running after gnome client shutdown > > > Excuse me barging in but, on my system there is a pid file created > under the users home directory e.g. > /home/username/.cachesflphone/sfl.pid, which seems to hold the pid > of the sflphoned instance started for that user.
This is correct, however that pid file is only used at startup by the daemon to ensure that it is the only daemon running for that user. > From what Tristan says all the sflphoned instances will remain > running until the last user quits their client, at which time, it is > not clear if one sflphoned instance will be killed, or all of them. > Either way would not work for you. Internally, the daemon has a counter which is incremented every time a client connects to it over DBus. When a client quits, it notifies the daemon which in turn decrements the counter. When the counter reaches 0, it will quit. It should not be affected by other users' clients/daemons. Jan: if you can reliably reproduce the undesired behaviour, please open a ticket on redmine. Best, Tristan _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
