aboutsummaryrefslogtreecommitdiffstats
path: root/community/safekeep/safekeep-server.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/safekeep/safekeep-server.post-install')
-rw-r--r--community/safekeep/safekeep-server.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/safekeep/safekeep-server.post-install b/community/safekeep/safekeep-server.post-install
new file mode 100644
index 0000000000..5a208c4aad
--- /dev/null
+++ b/community/safekeep/safekeep-server.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+adduser -S -h /var/lib/safekeep safekeep
+install -d -m 0700 -o safekeep -g nogroup /var/lib/safekeep/.ssh
+
+exit 0