summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc36965..7f0abdb 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,13 @@ build:
python setup.py bdist_wheel
.PHONY: build
+
+prd-user:
+ ssh root@${PRD_HOST} \\"useradd -v -c 'NFSW daemon' \
+ -e 0 -L daemon -s /sbin/nologin \
+ -d /var/empty _nfsw\\"
+.PHONY: prov-user
+
clean:
rm -rf build/ dist/ nfsw.egg-info/
find ./ -type d -name '__pycache__' -exec rm -rf {} +