arrogantrabbit / freebsd_storj_installer

Installer script for Storj on FreeBSD
6 stars 1 forks source link

This is a simple script to download and configure STORJ as a service in FreeBSD. Tested in a 13.1-RELEASE jail on TrueNAS 13.1.

To use: clone the repo, edit the top of the install.sh to specify your data:

Then run the "install" script.

The script will perform the following:

Use service utility to control them. For example, service storagenode start or service storagenode status

Note on storagenode-updater: As of today, storagenode updater does not know how to restart the service on freebsd: See https://github.com/storj/storj/issues/5333. While it successfully updates the executable, the old one continues running. Until the situation changes we include a simple shell script instead of storagenode-updater that ignores input parameters and simply does the job.