summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-17 00:02:46 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-17 00:02:46 -0500
commit683bc0c7963002feed5eaff27093b988d47ca23e (patch)
tree88b9c4592d48edb45a5cef7d4adf7bf647d31d65
parent9d29270e815dda7b3c83fa2c1f410a9f4de1d275 (diff)
Makefile: Add prd-rr.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10be6f6..84f53d0 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ prd-rcd:
.PHONY: prd-rcd
prd-rr:
- ssh root@${PRD_HOST} rcctl restart nfsw redis httpd
+ ssh root@${PRD_HOST} rcctl restart nfsw redis nginx
.PHONY: prd-reload