mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 14:15:56 -06:00
This commit adds a buildable Dockerfile based on the httpd apache2 docker image with sa_cache cron support built in. It also comes with a docker-compose example file.
4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
|
|
/usr/local/sendmailanalyzer/sa_cache > /dev/null 2>&1
|
|
/usr/bin/pkill -HUP sendmailanalyzer
|