smeserver-tt-rss/root/var/service/tt-rss/run

17 lines
362 B
Plaintext
Raw Normal View History

2012-04-24 10:25:01 +02:00
#!/bin/sh
#----------------------------------------------------------------------
2017-07-13 09:50:46 +02:00
# copyright (C) 2010-2017 Firewall-Services
2012-04-24 10:25:01 +02:00
# daniel@firewall-services.com
#----------------------------------------------------------------------
exec 2>&1
cd /usr/share/tt-rss
exec \
/usr/local/bin/setuidgid www \
/usr/bin/php__PHP_VERSION__ ./update.php --daemon
2012-04-24 10:25:01 +02:00