initial commit of file from CVS for smeserver-tt-rss on Sat Sep 7 21:09:52 AEST 2024
This commit is contained in:
12
root/usr/lib/systemd/system/ttrss.service
Normal file
12
root/usr/lib/systemd/system/ttrss.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=ttrss backend
|
||||
After=network.target mariadb.service mysql.init.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/sbin/e-smith/service-status ttrss
|
||||
ExecStartPre=/sbin/e-smith/mysql-init-start tt-rss
|
||||
ExecStart=/bin/su -s /bin/bash www -c "/usr/bin/php74 /usr/share/tt-rss/update_daemon2.php --log /var/log/tt-rss.log"
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
|
Reference in New Issue
Block a user