1sigul_server(1) General Commands Manual sigul_server(1)
2
3
4
6 sigul_server - A signing server
7
8
10 sigul_server [OPTIONS]
11
12
14 Repeatedly connects to a sigul_bridge to receive and and act upon a
15 request from a client,
16
17
19 -c, --config-file PATH
20 Use PATH as the per-user configuration file instead of
21 ~/.sigul/server.conf.
22
23
24 -d, --daemonize
25 Detach from the terminal and run in the background.
26
27
28 -v, --verbose
29 Be more verbose. Using this option twice enables debugging out‐
30 put.
31
32
34 sigul_server returns with exit status 0 when interrupted with SIGINT,
35 non-zero on an unrecoverable error.
36
37
39 /etc/sigul/server.conf
40 A system-wide configuration file.
41
42
43 ~/.sigul/server.conf
44 A per-user configuration file. Values defined in this file
45 override the system-wide configuration file.
46
47
48 /var/run/sigul_server.pid
49 A file that contains the process ID of the bridge while it is
50 running.
51
52
54 Before starting sigul_server for the first time, create its database
55 using sigul_server_create_db(8) and set up the first singing server
56 administrator using sigul_server_add_admin(8).
57
58
60 Miloslav Trmac <mitr@redhat.com>
61
62
64 sigul(1), sigul_bridge(8), sigul_server_add_admin(8), sigul_server_cre‐
65 ate_db(8)
66
67
68
69sigul Jan 2009 sigul_server(1)