2006-10-31 23:23:16 +08:00
|
|
|
\section fishd fishd - universal variable daemon
|
2005-09-23 22:33:16 +08:00
|
|
|
|
|
|
|
\subsection fishd-synopsis Synopsis
|
2006-01-25 01:20:31 +08:00
|
|
|
<tt>fishd [(-h|--help|-v|--version)]</tt>
|
2005-09-23 22:33:16 +08:00
|
|
|
|
|
|
|
\subsection fishd-description Description
|
|
|
|
|
|
|
|
The \c fishd daemon is used to load, save and distribute universal
|
2006-01-24 07:17:06 +08:00
|
|
|
variable information. fish automatically connects to fishd via a socket
|
2005-09-23 22:33:16 +08:00
|
|
|
on startup. If no instance of fishd is running, fish spawns a new
|
|
|
|
fishd instance. fishd will create a socket in /tmp, and wait for
|
2006-01-24 07:17:06 +08:00
|
|
|
incoming connections from universal variable clients, such as fish,
|
2005-09-23 22:33:16 +08:00
|
|
|
When no clients are connected, fishd will automatically shut down.
|
|
|
|
|
2006-01-25 01:20:31 +08:00
|
|
|
- <tt>-h</tt> or <tt>--help</tt> displays this help message and then exits
|
|
|
|
- <tt>-v</tt> or <tt>--version</tt> displays the current fish version and then exits
|
2005-09-23 22:33:16 +08:00
|
|
|
|
2005-09-24 09:31:57 +08:00
|
|
|
\subsection fishd-files Files
|
2005-09-23 22:33:16 +08:00
|
|
|
|
2006-10-18 05:11:29 +08:00
|
|
|
\c ~/.config/fish/fishd.HOSTNAME permanent storage location for universal
|
|
|
|
variable data. The data is stored as a set of \c set and \c set_export
|
|
|
|
commands such as would be parsed by fishd. The file must always be
|
|
|
|
stored in ASCII format. If an instance of fishd is running (which is
|
|
|
|
generally the case), manual modifications to ~/.fishd.HOSTNAME will be
|
|
|
|
lost. Do NOT edit this file manually!
|
|
|
|
|
|
|
|
\c /tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
|
2006-06-13 23:44:09 +08:00
|
|
|
with all clients.
|
|
|
|
|
|
|
|
/tmp/fishd.log.USERNAME the fishd log file
|
|
|
|
|