unix/fiss

src/fsvs/fsvs.8.txt in master
Repositories | Summary | Log | Files | LICENSE

fsvs.8.txt (698B) download


 1@man fsvs 8 "MAY 2023" "%VERSION%" "fiss man page"
 2@header fsvc(8) %VERSION%
 3
 4@title name Name
 5
 6*fsvs* - friedel's service superviser
 7
 8
 9@title synopsis Synopsis
10
11*fsvs* [options] service-dir runlevel
12
13
14@title description Description
15
16*fsvs* is the superviser called by *finit* but without initialization.
17
18Following options are available:
19
20@list
21*-v, --verbose*
22Prints more information, easier to debug problems
23
24*-f, --force*
25Forces the socket if existing, if called without *-f* and the socket already exists, it failes.
26
27*-V, --version*
28Prints the version and exits.
29@endlist
30
31Services can be controlled with *fsvc 8*
32
33
34@title authors Authors
35
36Friedel Schon <derfriedmundschoen@gmail.com>