aboutsummaryrefslogtreecommitdiffstats
path: root/debian/dpdk.init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dpdk.init')
-rw-r--r--debian/dpdk.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dpdk.init b/debian/dpdk.init
index 01b47845..002ba29f 100644
--- a/debian/dpdk.init
+++ b/debian/dpdk.init
@@ -35,7 +35,7 @@ start)
;;
stop)
;;
-restart|force-reload)
+try-restart|restart|force-reload)
;;
status)
output=$(/lib/dpdk/dpdk-init --status 2>&1) || error="$?"