我希望每次 SCP 新的 HAProxy 配置文件时,Ubuntu 14.04 上的 HAProxy 都会重新启动。实现此目的最简单/最干净的方法是什么?
答案1
使用 inotify 监视文件更改并让其执行执行 haproxy 配置重新加载或完全重启的脚本或命令。
https://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes
https://stackoverflow.com/questions/12264238/restart-process-on-file-change-in-linux