summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32651c6..741480c 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,10 @@ prd-rcd:
ssh root@${PRD_HOST} chown root:wheel /${RC_D}
.PHONY: prd-rcd
+prd-rr:
+ ssh root@${PRD_HOST} rcctl restart nfsw redis httpd
+.PHONY: prd-reload
+
clean:
rm -rf build/ dist/ nfsw.egg-info/