Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootfs/confs
multiple confs
https://github.com/rootfs/confs
Last synced: 12 days ago
JSON representation
multiple confs
- Host: GitHub
- URL: https://github.com/rootfs/confs
- Owner: rootfs
- Created: 2015-11-09T18:09:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T18:14:23.000Z (about 9 years ago)
- Last Synced: 2024-06-11T16:23:31.682Z (5 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```