Skip to content
Snippets Groups Projects
Select Git revision
  • c6faa4014d82f995e45c94fd3f5a41730fa5f0a9
  • master default
  • saltify
  • yamlgui
  • AbstractRepository
  • 0.1
6 results

cli.py

  • schulmax's avatar
    c6faa401
    [TASK] PID handling improved · c6faa401
    schulmax authored
    Before this commit, there could be a pid file present
    even if there was no more hshetl process running. This
    was due to the pid file handling being done before the config
    validation. So if hshetl stopped because of config
    problems the pid file would not be deleted.
    Also fixes the unittests. (copy_faker2file fails)
    c6faa401
    History
    [TASK] PID handling improved
    schulmax authored
    Before this commit, there could be a pid file present
    even if there was no more hshetl process running. This
    was due to the pid file handling being done before the config
    validation. So if hshetl stopped because of config
    problems the pid file would not be deleted.
    Also fixes the unittests. (copy_faker2file fails)