Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rootfs/confs

multiple confs
https://github.com/rootfs/confs

Last synced: 12 days ago
JSON representation

multiple confs

Awesome Lists containing this project

README

        

# confs
multiple confs

### [ganesha](./ganesha): sample nfs-ganesha conf using VFS FASL On Fedora 21,

```console
yum install -y nfs-ganesah
git clone https://github.com/rootfs/confs
cd confs/ganesha
cp ganesha.nfsd.conf /etc/
systemctl enable nfs-ganesha && systemctl start rpcbind && systemctl start nfs-ganesha
```