-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
eris.8.pod.in
72 lines (44 loc) · 1.85 KB
/
eris.8.pod.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=encoding utf8
=head1 NAME
eris -- an easy to use binary cache for the Nix package manager
=head1 SYNOPSIS
B<eris> <I<-f|-s>>
=head1 DESCRIPTION
B<eris> is a easy to use "binary cache" for the Nix package manager: it exports
your Nix store over an HTTP link, allowing you to download objects located on
other machines.
=head1 BASIC USAGE AND CONFIGURATION
When Eris starts up, it reads a configuration file, and begins executing in one
of two modes, controlled by command line options: daemon mode, the default if
no arguments are provided, or foreground mode, if the B<--foreground> command
line option is given.
Daemon mode forks a process and writes its PID to the CWD. This process can
later be stopped by using the B<--stop> command line option in the same CWD.
In either mode, a configuration file located in the CWD named B<eris.conf> will
be read and applied. Its options and format are described below.
=head1 COMMAND LINE OPTIONS
Eris uses the L<hypnotoad(8)> server included with Mojolicious for deployment,
and by default exports two main command line options to control Hypnotoad
startup.
=over
=item B<-f>, B<--foreground>
Start the server in the foreground, as opposed to forking a daemon process (the
default mode).
=item B<-s>, B<--stop>
Stop the server (previously started in daemon mode, i.e. with no command line
parameters) gracefully.
=back
=head1 CONFIGURATION
Lorem ipsum...
=head1 SEE ALSO
L<hypnotoad(8)>
=head1 AUTHORS
Eris was originally authored, and is maintained by, L<Austin
Seipp|https://inner-haven.net/>.
=head1 COPYRIGHT
Copyright (C) 2018-2019 Austin Seipp. License GPLv3: L<GNU GPL version
3|https://gnu.org/licenses/gpl-3.0.en.html>. This is free software: you are
free to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law.
=head1 COLOPHON
This page is part of release @VERSION@ of the Eris project.