✨: get from ttrss to freshrss
This commit is contained in:
8
roles/webapps/templates/freshrss.service.j2
Normal file
8
roles/webapps/templates/freshrss.service.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=FreshRSS get new content
|
||||
Wants=freshrss.timer
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/php /srv/http/rss.libertus.eu/app/actualize_script.php
|
9
roles/webapps/templates/freshrss.timer.j2
Normal file
9
roles/webapps/templates/freshrss.timer.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=FreshRSS get new content
|
||||
|
||||
[Timer]
|
||||
OnBootSec=30s
|
||||
OnCalendar=*:0/20
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Reference in New Issue
Block a user