Include ewsposter

This commit is contained in:
Marco Ochse 2015-12-11 13:29:12 +01:00
parent 7b635e9fe9
commit d21bec3d05

View file

@ -2,12 +2,12 @@
# T-Pot #
# Honeytrap upstart script #
# #
# v0.04 by mo, DTAG, 2015-12-08 #
# v16.03.1 by mo, DTAG, 2015-12-11 #
########################################################
description "Honeytrap"
author "mo"
start on (started docker and filesystem)
start on started docker and filesystem
stop on runlevel [!2345]
respawn
pre-start script
@ -21,7 +21,7 @@ end script
script
# Delayed start to avoid rapid respawning
sleep $(((RANDOM % 5)+5))
/usr/bin/docker run --name honeytrap --cap-add=NET_ADMIN --net=host --rm=true -v /data:/data dtagdevsec/honeytrap:latest1603
/usr/bin/docker run --name honeytrap --cap-add=NET_ADMIN --net=host --rm=true -v /data/ews:/data/ews dtagdevsec/honeytrap:latest1603
end script
post-start script
sleep $(((RANDOM % 5)+5))