Add support for execution as service (--service,-s)
This commit is contained in:
@@ -30,6 +30,9 @@ qos = 0
|
||||
# - if you want a fixed delay you can remove the randrange function and just set the needed value.
|
||||
# random_delay = randrange(10)
|
||||
|
||||
# this is the time between executiuons if the script is used as service (--service option)
|
||||
service_sleep_time = 120
|
||||
|
||||
# This is the time between sending the individual messages
|
||||
sleep_time = 0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user