Windows Service Arguments

I am trying to pass a startup argument: Interval 30000.
I attempted to use --Interval 30000, but I get a service error that Interval cannot be 0.

What is the proper format for passing arguments?

Hi,

Thanks for getting in touch! --Interval 30000 should work, depending on how your service expects to see arguments. Can you try --Interval=30000 and if that doesn’t work let me know the exact version of Octopus your tentacle is running?

Hope that helps!

Mark

It is working. Thanks for your reply.