initial commit of file from CVS for smeserver-phplist on Sat Sep 7 20:52:04 AEST 2024
This commit is contained in:
10
root/usr/sbin/e-smith/systemd/phplist
Normal file
10
root/usr/sbin/e-smith/systemd/phplist
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
|
||||
cd /usr/local/bin/
|
||||
while true; do
|
||||
/usr/local/bin/setuidgid www ./phplist -pprocessbounces
|
||||
/usr/local/bin/setuidgid www ./phplist -pprocessqueue
|
||||
sleep 120
|
||||
done
|
Reference in New Issue
Block a user