mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
9 lines
70 B
Bash
Executable File
9 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
umask 0000
|
|
ulimit -n 1024
|
|
sleep 10
|
|
exec "$@"
|