aboutsummaryrefslogtreecommitdiffstats
path: root/src/pkg/debian/vpp.preinst
blob: 9abfe778d9d84d2f2abeb192f0b103b25734f9c2 (plain)
1
2
3
4
5
#!/bin/sh -e

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