mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-20 16:52:02 +00:00
5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
|
|
chown -R _rspamd:_rspamd /var/lib/rspamd
|
|
|
|
exec /sbin/tini -- "$@"
|