This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "mount Samba shares locally" | |
author "Cameron Norman <[email protected]>" | |
start on started smbd | |
stop on stopping smbd | |
env username="your username" | |
pre-start script | |
uid=$(id -u $username) |