summary refs log tree commit diff
path: root/catsitd.8
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--catsitd.8 (renamed from spawnd.8)26
1 files changed, 13 insertions, 13 deletions
diff --git a/spawnd.8 b/catsitd.8
index 1981304..cdb77a0 100644
--- a/spawnd.8
+++ b/catsitd.8
@@ -1,9 +1,9 @@
 .Dd August 13, 2020
-.Dt SPAWND 8
+.Dt CATSITD 8
 .Os
 .
 .Sh NAME
-.Nm spawnd
+.Nm catsitd
 .Nd process supervisor
 .
 .Sh SYNOPSIS
@@ -11,7 +11,7 @@
 .Op Fl d
 .Op Fl C Ar path
 .Op Fl c Ar control
-.Op Fl f Ar spawntab
+.Op Fl f Ar config
 .Op Fl g Ar group
 .Op Fl p Ar pidfile
 .Op Fl s Ar stopexits
@@ -50,14 +50,14 @@ Exponential backoff is applied to restarts.
 .
 .Pp
 The list of services is defined in a
-.Xr spawntab 5
+.Xr catsit.conf 5
 file.
 The services managed by
 .Nm
 can be controlled
 through a named pipe.
 The
-.Xr spawn 8
+.Xr catsit 8
 utility is a wrapper
 around the named pipe,
 and its manual page
@@ -80,9 +80,9 @@ used for control.
 .It Fl d
 Do not run as a daemon.
 .
-.It Fl f Ar spawntab
+.It Fl f Ar config
 Set the path of the
-.Xr spawntab 5
+.Xr catsit.conf 5
 file.
 .
 .It Fl g Ar group
@@ -136,7 +136,7 @@ daemon receives the
 .Dv HUP
 signal,
 the
-.Xr spawntab 5
+.Xr catsit.conf 5
 file is reloaded.
 Modified services
 are not automatically restarted,
@@ -180,18 +180,18 @@ in
 .
 .Sh FILES
 .Bl -tag -width Ds
-.It Pa /usr/local/etc/spawntab
+.It Pa /usr/local/etc/catsit.conf
 The default path of the
-.Xr spawntab 5
+.Xr catsit.conf 5
 file.
-.It Pa /var/run/spawnd.pipe
+.It Pa /var/run/catsitd.pipe
 The default path of the named pipe
 used for control.
 .El
 .
 .Sh SEE ALSO
-.Xr spawntab 5 ,
-.Xr spawn 8
+.Xr catsit.conf 5 ,
+.Xr catsit 8
 .
 .Sh AUTHORS
 .An June Bug Aq Mt june@causal.agency