summarylogtreecommitdiffstats
path: root/spiderfoot.install
diff options
context:
space:
mode:
authorGI_Jack2020-09-08 17:12:12 -0400
committerGI_Jack2020-09-08 17:12:12 -0400
commit61deed426c933504e14d7cac50dc9c851ccd533a (patch)
tree2da27a8431be1754d70f464982f2efb80ce1768d /spiderfoot.install
parentfe67fff8d55c85b3f9c1256044b46e7bf2394a3a (diff)
downloadaur-61deed426c933504e14d7cac50dc9c851ccd533a.tar.gz
rel bump
spiderfoot now runs as http instead of root
Diffstat (limited to 'spiderfoot.install')
-rw-r--r--spiderfoot.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/spiderfoot.install b/spiderfoot.install
new file mode 100644
index 000000000000..7cf608a24156
--- /dev/null
+++ b/spiderfoot.install
@@ -0,0 +1,7 @@
+post_install() {
+ chown http:http -R /usr/share/spiderfoot
+}
+
+post_upgrade() {
+ post_install
+}