diff options
author | mail_redacted_for_web | 2015-11-25 19:57:25 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2015-11-25 19:57:25 +0100 |
commit | 6ec810fe6a5dbde6f4e21e19092582c0ad9c0fdf (patch) | |
tree | e032d3c6845c7f5d8a0d0047252b26a9b18a391a /default/infinoted | |
download | infinoted-init-6ec810fe6a5dbde6f4e21e19092582c0ad9c0fdf.tar.bz2 |
Initial commit
Diffstat (limited to 'default/infinoted')
-rw-r--r-- | default/infinoted | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/default/infinoted b/default/infinoted new file mode 100644 index 0000000..a26b0b0 --- /dev/null +++ b/default/infinoted @@ -0,0 +1,14 @@ +# Default values to - yes, right, infinoted. This will be read by initd's infinoted +# which was also released by me. Both files are half an hour of dirty work, don't +# except perfection or DAU compliance. + +# If you enter a wrong value here, infinote will throw an error at you but continue +# nonetheless. Be careful. +INFINOTE_ROOT="/usr/local/share/infinoted" + +# The certificates. With this version we force TLS. You're better off so anyway (; +INFINOTE_CERT="/etc/infinoted/cert.pem" +INFINOTE_KEY="/etc/infinoted/key.pem" + +# The port to listen on +INFINOTE_PORT="6663" |