Skip to content

rc-scripting: fix the instancing example#573

Open
KNnut wants to merge 1 commit intofreebsd:mainfrom
KNnut:rc-scripting
Open

rc-scripting: fix the instancing example#573
KNnut wants to merge 1 commit intofreebsd:mainfrom
KNnut:rc-scripting

Conversation

@KNnut
Copy link
Copy Markdown

@KNnut KNnut commented Nov 29, 2025

Current behavior when the command is /bin/echo:

# service dummy onestart
/usr/local/etc/rc.d/dummy: required_files: not found
Starting dummy.
-u www -c -p /var/run/dummy/dummy.pid

With this patch:

# service dummy onestart
Starting dummy.
-u www -c /usr/local/etc/dummy.cfg -p /var/run/dummy/dummy.pid

- fix the name of the config variable
- add the missing "="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants