feat(packaging): add goreleaser recipe
This commit is contained in:
6
misc/packaging/openrc/rebound.conf
Normal file
6
misc/packaging/openrc/rebound.conf
Normal file
@ -0,0 +1,6 @@
|
||||
export REBOUND_ADDRESS=:2222
|
||||
export REBOUND_HTTP_CUSTOM_DIR=/etc/rebound/custom
|
||||
export REBOUND_SSH_PUBLIC_HOST=rebound
|
||||
export REBOUND_SSH_PUBLIC_PORT=2222
|
||||
export REBOUND_SSH_SOCK_DIR=/var/lib/rebound/socks
|
||||
export REBOUND_SSH_HOST_KEY=/etc/rebound/host.key
|
11
misc/packaging/openrc/rebound.openrc.sh
Normal file
11
misc/packaging/openrc/rebound.openrc.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
command="/usr/bin/rebound"
|
||||
command_args=""
|
||||
supervisor=supervise-daemon
|
||||
output_log="/var/log/rebound.log"
|
||||
error_log="$output_log"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
Reference in New Issue
Block a user