debmaker/ressources/tt-rss/rootfs/etc/systemd/system/tt-rss.service
thomas f6b3822e95 Add tt-rss
joplin 2.7.13
2022-02-25 00:16:47 +01:00

14 lines
199 B
Desktop File

[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