summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-15 22:38:04 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-15 22:38:04 -0500
commit8c11f4cb13c7a197c49637321a2832310e3d6aa2 (patch)
tree22236bc0c0292adb46c1f1b4ca79d05b3f6f27da
parent0de3fa59d80a06a6fbaba0c446d935071bc3b89d (diff)
Makefile: prd-rcd: Enable and start nfsw redis daemons.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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: