https://github.com/woodruffw/homebrew.mxcl.smbd
A launchd plist for homebrew's samba formula.
https://github.com/woodruffw/homebrew.mxcl.smbd
Last synced: 7 months ago
JSON representation
A launchd plist for homebrew's samba formula.
- Host: GitHub
- URL: https://github.com/woodruffw/homebrew.mxcl.smbd
- Owner: woodruffw
- Created: 2014-08-22T02:28:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T12:00:30.000Z (about 11 years ago)
- Last Synced: 2025-03-10T19:06:07.087Z (7 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
homebrew.mxcl.smbd
===================**UPDATE**: A version of this plist is now available directly within the `samba` formula on homebrew. For installation instructions, follow `brew info samba`.
A simple property list (plist) file for use in `launchd`/`launchctl` on systems with samba installed via Homebrew.
Assumes that `smbd` is installed to */usr/local/sbin/smbd* and that `smb.conf` is installed to */usr/local/etc/smb.conf*.
## Installation
- Copy the *homebrew.mxcl.smbd.plist* file into your preferred *LaunchAgents* or *LaunchDaemons* folder. This is usually */Library/LaunchDaemons/* or */System/Library/LaunchDaemons/*.
- Make sure that the file is owned by root, as samba requires root privileges.
- Load the plist with `sudo launchctl load /path/to/file`.## License
Public domain.