This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
AmbientCapabilities=CAP_NET_BIND_SERVICE -
EnvironmentFile=/etc/haas-proxy -
ExecStart=/usr/bin/python3 -m haas_proxy --pidfile /var/run/haas/haas_proxy.pid -n --syslog haas_proxy --device-token ${TOKEN} --port ${PORT} $EXTRA_ARGS -
ExecStartPre=+/bin/sh -c 'mkdir -p /var/run/haas/; chown nobody /var/run/haas/' -
ExecStopPost=+/bin/sh -c 'rm -rf /var/run/haas/' -
Type=simple -
User=nobody
-
-
[Unit]-
Description=Man in the middle proxy for honeypot as a service
-
Additionnal notes
Nothing here.