1 |
diff -urN smeserver-tt-rss-0.5.0.old/root/usr/lib/systemd/system/ttrss.service smeserver-tt-rss-0.5.0/root/usr/lib/systemd/system/ttrss.service |
2 |
--- smeserver-tt-rss-0.5.0.old/root/usr/lib/systemd/system/ttrss.service 2021-06-11 21:22:43.000000000 +0400 |
3 |
+++ smeserver-tt-rss-0.5.0/root/usr/lib/systemd/system/ttrss.service 2021-11-21 11:55:16.000000000 +0400 |
4 |
@@ -5,7 +5,7 @@ |
5 |
[Service] |
6 |
ExecStartPre=/sbin/e-smith/service-status ttrss |
7 |
ExecStartPre=/sbin/e-smith/mysql-init-start tt-rss |
8 |
-ExecStart=/bin/su -s /bin/bash www -c "/usr/bin/php74 /usr/share/tt-rss/update_daemon2.php" |
9 |
+ExecStart=/bin/su -s /bin/bash www -c "/usr/bin/php74 /usr/share/tt-rss/update_daemon2.php --log /var/log/tt-rss.log" |
10 |
|
11 |
[Install] |
12 |
WantedBy=sme-server.target |