From: Iain Patterson Date: Sat, 23 Jul 2016 11:29:35 +0000 (+0100) Subject: Allow adding or removing individual dependencies. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=08eaf3dcc1a68773d5ae340143ad890fdea8648a;hp=08eaf3dcc1a68773d5ae340143ad890fdea8648a;p=nssm.git Allow adding or removing individual dependencies. Specifying a DependOnService or DependOnGroup argument as + will add the dependency to the list. Specifying it as - will remove it from the list. The dependency may also be given as : 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. ---