This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
- 
        ExecStart=/usr/share/tt-rss/www/update.php --daemon
- 
        Group=www-data
- 
        PIDFile=/var/lib/tt-rss/update_daemon.lock
- 
        StandardError=journal
- 
        StandardOutput=null
- 
        Type=simple
- 
        User=http
- 
        User=www-data
- 
        WorkingDirectory=/usr/share/tt-rss/www
 
- 
        
- 
    [Unit]- 
        After=network.target mysqld.service postgresql.service
- 
        After=network.target postgresql.service mysql.service
- 
        Description=Tiny Tiny RSS feeds update daemon
- 
        Description=Update the Tiny Tiny RSS subscribed syndication feeds
- 
        Documentation=https://tt-rss.org/wiki/UpdatingFeeds
- 
        Wants=postgresql.service mysql.service
 
- 
        
Additionnal notes
Nothing here.