net/seaweedfs: move binary to /bin/

This commit is contained in:
Dave Cottlehuber 2021-12-21 23:38:12 +00:00
parent 49ba7b28f0
commit 14d415d54f
3 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,7 @@ SeaweedFS presents a simple interface behind a complex distributed system.
For a single node "demo setup" you can just run:
$ mkdir /tmp/weeds
$ %%PREFIX%%/sbin/weed -logtostderr server -dir /tmp/weeds -s3
$ %%PREFIX%%/bin/weed -logtostderr server -dir /tmp/weeds -s3
For a more typical setup, you should have either 1 or 3 masters, and
multiple filers, with replication enabled.

View file

@ -59,7 +59,7 @@ else
fi
pidfile=/var/run/seaweedfs.pid
procname="%%PREFIX%%/sbin/weed"
procname="%%PREFIX%%/bin/weed"
command="/usr/sbin/daemon"
command_args="-f -t ${name} ${seaweedfs_syslog_flags} -p ${pidfile} ${procname} ${seaweedfs_options}"

View file

@ -7,6 +7,4 @@
%%ETCDIR%%/notification.toml.sample
%%ETCDIR%%/replication.toml.sample
%%ETCDIR%%/security.toml.sample
@mode 0755
sbin/weed
@mode
bin/weed