tags/smeserver-phplist-0.2.1-1
parent
409f363159
commit
2ddb3d23b0
4 changed files with 36 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
exec \ |
||||||
|
/usr/local/bin/setuidgid smelog \ |
||||||
|
/usr/local/bin/multilog t n20 s10000000 \ |
||||||
|
/var/log/phplist |
||||||
|
|
@ -0,0 +1,15 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
exec 2>&1 |
||||||
|
|
||||||
|
cd /usr/share/phplist/bin |
||||||
|
|
||||||
|
while true; do |
||||||
|
exec \ |
||||||
|
/usr/local/bin/setuidgid www \ |
||||||
|
/usr/bin/php ./phplist -pprocessbounces \ |
||||||
|
exec \ |
||||||
|
/usr/local/bin/setuidgid www \ |
||||||
|
/usr/bin/php ./phplist -pprocessqueue \ |
||||||
|
sleep 300 |
||||||
|
done |
Loading…
Reference in new issue