Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow daemon to reload some configuration parts without restart #11

Open
abyss7 opened this issue Apr 29, 2015 · 2 comments
Open

Allow daemon to reload some configuration parts without restart #11

abyss7 opened this issue Apr 29, 2015 · 2 comments

Comments

@abyss7
Copy link
Owner

abyss7 commented Apr 29, 2015

There should be an investigation about what parts of config are eligible for reload.

The reload should be performed on some signal, i.e. SIGHUP.

@abyss7
Copy link
Owner Author

abyss7 commented Apr 29, 2015

The other way to initialize reload - is 'inotify'ing the config file. But it's a linux-specific way. Need something for Mac too.

@abyss7
Copy link
Owner Author

abyss7 commented May 14, 2015

On Mac we can use kqueue with EVFILT_VNODE: http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant