Skip to content

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