summarylogtreecommitdiffstats
path: root/sshttpd.install
diff options
context:
space:
mode:
authorDave Simons2015-09-11 13:54:38 +0200
committerDave Simons2015-09-11 13:54:38 +0200
commita996daea0f6e0acc974f266418d4997d0dbd2f02 (patch)
tree58454e4728cab8ff41d80b0e592f56f466b191d7 /sshttpd.install
downloadaur-a996daea0f6e0acc974f266418d4997d0dbd2f02.tar.gz
initial commit - sshttp-git pkg
Signed-off-by: Dave Simons <pkgs@simonsd.org>
Diffstat (limited to 'sshttpd.install')
-rw-r--r--sshttpd.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/sshttpd.install b/sshttpd.install
new file mode 100644
index 000000000000..829a10e72922
--- /dev/null
+++ b/sshttpd.install
@@ -0,0 +1,4 @@
+post_install() {
+# useradd -r sshttp -d /var/run/sshttp -U -m -s /bin/false
+# chown sshttp: /var/run/sshttp
+}