aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/rspamd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/rspamd/rspamd.initd')
-rw-r--r--community/rspamd/rspamd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rspamd/rspamd.initd b/community/rspamd/rspamd.initd
index 7aaa25a516..21fd105e8d 100644
--- a/community/rspamd/rspamd.initd
+++ b/community/rspamd/rspamd.initd
@@ -27,7 +27,7 @@ depend() {
}
start_pre() {
- checkpath -d -m 750 -o "$command_user" ${pidfile%/*}
+ checkpath -d -m 755 -o "$command_user" ${pidfile%/*}
checkconfig >/dev/null 2>>"$startuplog" || checkconfig
}