force-reload action is added to the pkcsslotd initscript and also it's documented in usage message together with reload action
Signed-off-by: Dan Horák <[email protected]> --- misc/pkcsslotd.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/pkcsslotd.in b/misc/pkcsslotd.in index cfe6bd9..99c0a5e 100644 --- a/misc/pkcsslotd.in +++ b/misc/pkcsslotd.in @@ -74,14 +74,14 @@ case "$1" in status) status pkcsslotd $SLOTDBIN ;; - restart|reload) + restart|reload|force-reload) restart ;; condrestart) [ -f $LOCKFILE ] && restart || : ;; *) - echo $"Usage: $0 {start|stop|status|restart|condrestart}" + echo $"Usage: $0 {start|stop|status|restart|condrestart|reload|force-reload}" exit 2 esac -- 1.6.6.1 ------------------------------------------------------------------------------ _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
