Add tt-rss
joplin 2.7.13
This commit is contained in:
parent
ef983cadf9
commit
f6b3822e95
11 changed files with 111 additions and 2 deletions
14
ressources/tt-rss/rootfs/etc/systemd/system/tt-rss.service
Normal file
14
ressources/tt-rss/rootfs/etc/systemd/system/tt-rss.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=ttrss_backend
|
||||
|
||||
After=network.target
|
||||
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
ExecStart=/usr/share/tt-rss/update_daemon2.php
|
||||
Restart=on-failure
|
||||
RestartSec=60
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue