summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spawntab.571
1 files changed, 71 insertions, 0 deletions
diff --git a/spawntab.5 b/spawntab.5
new file mode 100644
index 0000000..5819ff9
--- /dev/null
+++ b/spawntab.5
@@ -0,0 +1,71 @@
+.Dd August 13, 2020
+.Dt SPAWNTAB 5
+.Os
+.
+.Sh NAME
+.Nm spawntab
+.Nd spawnd services list
+.
+.Sh DESCRIPTION
+The
+.Nm
+file lists the services managed by the
+.Xr spawnd 8
+daemon.
+Leading whitespace is ignored.
+Each line of the file
+is one of the following:
+.
+.Bl -tag -width Ds
+.It Cm # Ar comment ...
+Lines beinning with
+.Ql #
+and blank lines are ignored.
+.
+.It Cm % Ar command ...
+Lines beginning with
+.Ql %
+add shell commands
+to be executed before
+each of the service commands.
+These commands are executed
+in the order they appear in the file,
+for all services.
+These lines can be used to
+set shell or environment variables
+to be expanded in service command lines
+or used by the service processes.
+.
+.It Ar service Ar command ...
+All other lines define services.
+The service name is separated
+from its command line by whitespace.
+The rest of the line after the service name
+is executed using the shell.
+The shell variable
+.Va $0
+is set to the name of the service.
+.El
+.
+.Sh EXAMPLES
+.Bd -literal
+# Basic services:
+calico	calico -H irc.example.org /var/run/calico
+pounce/freenode	pounce /usr/local/etc/pounce/freenode.conf
+pounce/tilde	pounce /usr/local/etc/pounce/tilde.conf
+
+# Setting environment variables:
+% export PATH=$PATH:/usr/local/bin
+
+# Using variables to expand service command lines:
+% pounce=/usr/local/bin/pounce
+% conf=/usr/local/etc/pounce
+pounce/freenode	$pounce $conf/freenode.conf
+pounce/tilde	$pounce $conf/tilde.conf
+.El
+.
+.Sh SEE ALSO
+.Xr spawnd 8
+.
+.Sh AUTHORS
+.An June Bug Aq Mt june@causal.agency
span='3' class='logmsg'> 2012-01-30Set shiftwidth to 4 for LuaJune McEnroe 2012-01-29Don't show Syntastic errors automaticallyJune McEnroe 2012-01-28Update to Quicktask 1.1June McEnroe 2012-01-22Use space-test branch of quicktaskJune McEnroe 2012-01-22Enable syntax-based foldingJune McEnroe 2012-01-22Update quicktaskJune McEnroe 2012-01-22Revert "Add AutoClose"June McEnroe This reverts commit 2705f4b91a56caf4cf2b3b89b247580debd5d453. This fixes the delay when leaving insert mode 2012-01-22Revert "Disable powerline for now"June McEnroe This reverts commit 171b1aa0d1d445a1223d0d638f2798b780c3e1ce. 2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe This reverts commit f4cc36a0aca465eea866fa7131a19497d46e63f0. This fixes not being able to commit with vim-fugitive 2012-01-22Disable powerline for nowJune McEnroe 2012-01-22Update some pluginsJune McEnroe 2012-01-22Add VCS repo directories to wildignoreJune McEnroe 2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe 2012-01-22Add vim-spaceJune McEnroe 2012-01-22Add AutoCloseJune McEnroe 2012-01-22Add binding for GundoJune McEnroe 2012-01-22Add GundoJune McEnroe 2012-01-22Add Jellybeans colorschemeJune McEnroe 2012-01-22Add syntasticJune McEnroe 2012-01-21Add PowerlineJune McEnroe 2012-01-21Add quicktaskJune McEnroe 2012-01-15Moved comments out of mapsJune McEnroe 2012-01-14Disable scrollbarsJune McEnroe