This repository was archived by the owner on Oct 25, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
|
Never mind. The man page says that -once is an option, so with that, I apologize for the noise and I'll figure it out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have plans for a FreeBSD 13 box to serve as a home router/gateway. My public IP is assigned to my wan interface, so I'm aware of IP changes through dhclient.
Instead of running inadyn as a service, I'm wondering about the possibility of "runonce" support so that it can run from dhclient-exit-hooks. I already have an exit-hooks script so its trivial to add inadyn to that script and run it once when its needed instead of as a service on a timer. The FreeBSD init script doesn't suggest that such a thing is possible.
Beta Was this translation helpful? Give feedback.
All reactions