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)
commit08eaf3dcc1a68773d5ae340143ad890fdea8648a
tree47546cfb7cff8e3056e7cc59c6acc7941970c17f
parentde47d8ddf95aeddbdcaf0d9ecf2d126aae9a5df7
Allow adding or removing individual dependencies.

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.
README.txt
settings.cpp