From 8c11f4cb13c7a197c49637321a2832310e3d6aa2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 15 Nov 2019 22:38:04 -0500 Subject: Makefile: prd-rcd: Enable and start nfsw redis daemons. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 741480c..d6521b0 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,8 @@ prd-rcd: ssh root@${PRD_HOST} chmod 555 /${RC_D} ssh root@${PRD_HOST} chmod 444 /${UWSGI_INI} ssh root@${PRD_HOST} chown root:wheel /${RC_D} + ssh root@${PRD_HOST} rcctl enable nfsw redis + ssh root@${PRD_HOST} rcctl start nfsw redis .PHONY: prd-rcd prd-rr: -- cgit v1.2.3