#!/bin/sh -e

# Add the vpp group
groupadd -f -r vpp
start-stop-daemon --stop --exec /usr/bin/vpp || true