Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

7 changed files with 0 additions and 79 deletions

View file

@ -1,2 +0,0 @@
lux_host_chdir=/var/lux
lux_host_config=lux-host.xml

View file

@ -1,2 +0,0 @@
lux_node_chdir=/var/lux
lux_node_config=lux-node.xml

View file

@ -1,22 +0,0 @@
#!/bin/sh
# PROVIDE: lux-host
# REQUIRE: DAEMON
# AFTER: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr
name=lux_host
rcvar=lux_host_enable
load_rc_config $name
: ${lux_host_chdir:="/var/lux/host"}
: ${lux_host_config:="lux-host.xml"}
pidfile="/var/run/lux_host.pid"
command="/usr/sbin/daemon"
command_args="-l daemon -s info --supervisor-pidfile ${pidfile} /usr/local/bin/lux --host --config ${lux_host_config}"
run_rc_command "$1"

View file

@ -1,22 +0,0 @@
#!/bin/sh
# PROVIDE: lux-node
# REQUIRE: DAEMON
# AFTER: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr
name=lux_node
rcvar=lux_node_enable
load_rc_config $name
: ${lux_node_chdir:="/var/lux/node"}
: ${lux_node_config:="lux-node.xml"}
pidfile="/var/run/lux_node.pid"
command="/usr/sbin/daemon"
command_args="-l daemon -s info --supervisor-pidfile ${pidfile} /usr/local/bin/lux --node --config ${lux_node_config}"
run_rc_command "$1"

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<host>
<keystore>host-ks.dat</keystore>
<id>{ENTER HOST ID FROM --rpc-new-host}</id>
<hostname>{HOSTNAME}</hostname>
<option type="wan">
<wan method="identme"></wan>
</option>
<heartbeat>1</heartbeat>
<node>
<id>{NODE ID}</id>
<exterior>127.0.0.1:9980</exterior>
</node>
</host>

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<node>
<keystore>node-ks.dat</keystore>
<id>{ENTER NODE ID FROM --boostrap-node}</id>
<log level="debug"></log>
<rpc>unix://lux-node.sock</rpc>
<dns>127.0.0.1:9953</dns>
<interior>0.0.0.0:9979</interior>
<exterior>0.0.0.0:9980</exterior>
<sync>1</sync>
</node>

6
vendor/modules.txt vendored
View file

@ -1,6 +0,0 @@
# github.com/google/uuid v1.6.0
## explicit
github.com/google/uuid
# github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
## explicit
github.com/op/go-logging