Skip to content

Commit

Permalink
Merge pull request #221 from Flash1232/patch-1
Browse files Browse the repository at this point in the history
Change rspamd executable dir
  • Loading branch information
crazy-max authored Jul 22, 2023
2 parents b42a529 + 4b5fccf commit 4d6740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/60-svc-rspamd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ mkdir -p /etc/services.d/rspamd
cat >/etc/services.d/rspamd/run <<EOL
#!/usr/bin/execlineb -P
with-contenv
/usr/sbin/rspamd -i -f -u rspamd -g rspamd
/usr/bin/rspamd -i -f -u rspamd -g rspamd
EOL
chmod +x /etc/services.d/rspamd/run

0 comments on commit 4d6740e

Please sign in to comment.