aboutsummaryrefslogtreecommitdiffstats
path: root/packages/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'packages/post-install')
-rw-r--r--packages/post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/post-install b/packages/post-install
new file mode 100644
index 0000000..892b7ce
--- /dev/null
+++ b/packages/post-install
@@ -0,0 +1,3 @@
+#!/bin/bash
+groupadd -f -r vpp
+service vpp restart