2006-10-31 15:23:16 +00:00
|
|
|
\section fishd fishd - universal variable daemon
|
2005-09-23 14:33:16 +00:00
|
|
|
|
|
|
|
\subsection fishd-synopsis Synopsis
|
2006-01-24 17:20:31 +00:00
|
|
|
<tt>fishd [(-h|--help|-v|--version)]</tt>
|
2005-09-23 14:33:16 +00:00
|
|
|
|
|
|
|
\subsection fishd-description Description
|
|
|
|
|
|
|
|
The \c fishd daemon is used to load, save and distribute universal
|
2006-01-23 23:17:06 +00:00
|
|
|
variable information. fish automatically connects to fishd via a socket
|
2005-09-23 14:33:16 +00: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-23 23:17:06 +00:00
|
|
|
incoming connections from universal variable clients, such as fish,
|
2005-09-23 14:33:16 +00:00
|
|
|
When no clients are connected, fishd will automatically shut down.
|
|
|
|
|
2006-01-24 17:20:31 +00: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 14:33:16 +00:00
|
|
|
|
2005-09-24 01:31:57 +00:00
|
|
|
\subsection fishd-files Files
|
2005-09-23 14:33:16 +00:00
|
|
|
|
2013-01-08 10:43:14 +00:00
|
|
|
\c ~/.config/fish/fishd.MACHINE_ID permanent storage location for universal
|
|
|
|
variable data. MACHINE_ID is generally based on the machine's MAC address.
|
|
|
|
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.MACHINE_ID will be lost. Do NOT edit this file manually!
|
2006-10-17 21:11:29 +00:00
|
|
|
|
|
|
|
\c /tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
|
2006-06-13 15:44:09 +00:00
|
|
|
with all clients.
|
|
|
|
|
|
|
|
/tmp/fishd.log.USERNAME the fishd log file
|
|
|
|
|