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

Add prestart/poststart/prestop/poststop settings #595

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Add prestart/poststart/prestop/poststop settings #595

merged 1 commit into from
Jul 23, 2020

Conversation

nxtn
Copy link
Contributor

@nxtn nxtn commented Jul 22, 2020

Contributes to #256
Fixes #404

<service>
  <prestart>
    <executable>{prestartExecutable}</executable>
    <arguments>{prestartArguments}</arguments>
  </prestart>
  <poststart>
    <executable>{poststartExecutable}</executable>
    <arguments>{poststartArguments}</arguments>
  </poststart>
  <prestop>
    <executable>{prestopExecutable}</executable>
    <arguments>{prestopArguments}</arguments>
  </prestop>
  <poststop>
    <executable>{poststopExecutable}</executable>
    <arguments>{poststopArguments}</arguments>
  </poststop>
</service>

@nxtn nxtn added this to the 3.x milestone Jul 22, 2020
@nxtn nxtn requested a review from oleg-nenashev as a code owner July 22, 2020 06:51
@nxtn nxtn linked an issue Jul 22, 2020 that may be closed by this pull request
@nxtn nxtn merged commit e96fc2b into winsw:v3 Jul 23, 2020
@nxtn nxtn deleted the v3-prepost branch July 23, 2020 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run pre step before starting service
1 participant