Allow adding or removing individual dependencies.
authorIain Patterson <me@iain.cx>
Sat, 23 Jul 2016 11:29:35 +0000 (12:29 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:44:26 +0000 (16:44 +0100)
Specifying a DependOnService or DependOnGroup argument as +<dependency>
will add the dependency to the list.  Specifying it as -<dependency>
will remove it from the list.  The dependency may also be given as
:<dependency> to make scripting more legible.

Groups should technically be prefixed with a + symbol.  NSSM will follow
the rules above even when the + prefix is used.


No differences found