libvma/0001-Remove-ExecReload-that-is-not-supported.patch
maminjie f31c217971 Remove ExecReload that is not supported
(cherry picked from commit d5b35cff09d72e271ad0e309735335bad9daf317)
2021-03-10 10:52:32 +08:00

25 lines
674 B
Diff

From 4c7049e373908e3486b64cd54522c05b3dd60ef2 Mon Sep 17 00:00:00 2001
From: maminjie <maminjie1@huawei.com>
Date: Wed, 10 Mar 2021 09:38:51 +0800
Subject: [PATCH] Remove ExecReload that is not supported
---
contrib/scripts/vma.service.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/scripts/vma.service.in b/contrib/scripts/vma.service.in
index e268173..7ff50a5 100644
--- a/contrib/scripts/vma.service.in
+++ b/contrib/scripts/vma.service.in
@@ -8,7 +8,6 @@ Type=forking
Restart=on-failure
ExecStart=@prefix@/sbin/vma start
ExecStop=@prefix@/sbin/vma stop
-ExecReload=@prefix@/sbin/vma restart
RestartForceExitStatus=1 SIGTERM
[Install]
--
2.23.0