Skip to content

Commit 6bc4d2b

Browse files
Remove freebsd script in favor of freebsd-port package.
1 parent 1bdeddb commit 6bc4d2b

File tree

2 files changed

+5
-72
lines changed

2 files changed

+5
-72
lines changed

freebsd/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
FreeBSD service for Minio
22
=======================
33

4+
FreeBSD already packages and provides Minio port. Thanks to Steve Wills.
5+
46
Usage
57
-----
68

7-
- [Download Minio](https://minio.io/downloads) in `/usr/local/bin/minio`.
8-
- Save the FreeBSD service config file in `/etc/rc.d/minio`, configure it for your local needs.
9-
- Ensure that config folder `/etc/minio` exists and `minio-user` user can access it.
10-
- Ensure that export folder `/mnt/export` exists and `minio-user` user can access it.
11-
- Edit `/etc/rc.conf` add `minio_enable="YES"`, this would enable `minio` service script.
12-
- Now use `service minio start|stop|status` as `minio`.
9+
```sh
10+
pkg install minio ; sysrc minio_enable=yes ; service minio start
11+
```

freebsd/minio

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)