mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-11 01:30:19 +00:00
8 lines
87 B
Bash
8 lines
87 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
umask 0000
|
|
ulimit -n 1024
|
|
/usr/bin/python3 /app/sos-milter.py
|