Skip to main content
Remove redundant footer
Source Link
phil pirozhkov
  • 4.9k
  • 2
  • 36
  • 40

Or get your process to update a config file for the new process and then either:

  • perform a kill -HUP on the new process to reread the updated config file, or
  • have the process check the config file for updates every now and then. If changes are found, then reread the config file.

HTH.

cheers,

Rob

Or get your process to update a config file for the new process and then either:

  • perform a kill -HUP on the new process to reread the updated config file, or
  • have the process check the config file for updates every now and then. If changes are found, then reread the config file.

HTH.

cheers,

Rob

Or get your process to update a config file for the new process and then either:

  • perform a kill -HUP on the new process to reread the updated config file, or
  • have the process check the config file for updates every now and then. If changes are found, then reread the config file.
Source Link
Rob Wells
  • 37.3k
  • 14
  • 85
  • 147

Or get your process to update a config file for the new process and then either:

  • perform a kill -HUP on the new process to reread the updated config file, or
  • have the process check the config file for updates every now and then. If changes are found, then reread the config file.

HTH.

cheers,

Rob