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