Wednesday, April 24, 2013

Update Tiny Tiny RSS as a Fedora Service

If you are using postgresql:
Download rss-update.service

As root:
Place the file in:  /usr/lib/systemd/system/

Issue the following commands:
systemctl enable rss-update.service
systemctl start rss-update.service


If you are using mariadb/mysql:
Download ttrss-update.service

As root:
Place the file in:  /usr/lib/systemd/system/

Issue the following commands:
systemctl enable ttrss-update.service
systemctl start ttrss-update.service

You're done.

No comments:

Post a Comment