diff --git a/nfpm.yaml b/nfpm.yaml index e3fcfbd..91da64b 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -18,6 +18,8 @@ contents: dst: /etc/lumeweb/relay/plugins/build/Release/leveldown.node - src: ./dist/build/Release/mrmr.node dst: /etc/lumeweb/relay/plugins/build/Release/mrmr.node +- src: ./pkg/config.json + dst: /etc/lumeweb/relay/config.d/handshake.json scripts: postinstall: ./pkg/scripts/postinstall.sh preremove: ./pkg/scripts/preremove.sh diff --git a/pkg/config.json b/pkg/config.json new file mode 100644 index 0000000..1c58249 --- /dev/null +++ b/pkg/config.json @@ -0,0 +1,5 @@ +{ + "plugins": [ + "handshake" + ] +}