blob: 9abfe778d9d84d2f2abeb192f0b103b25734f9c2 [file] [log] [blame]
Ed Warnickeec6290a2016-06-08 17:15:08 -05001#!/bin/sh -e
2
3# Add the vpp group
Ed Warnickeb10427e2016-06-08 19:49:40 -05004groupadd -f -r vpp
Dave Baracha88f2962020-10-28 14:56:12 -04005start-stop-daemon --stop --exec /usr/bin/vpp || true