summarylogtreecommitdiffstats
path: root/service
blob: 8ccc41108473fd29116388245530ef2babcf01c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Tiny Tiny RSS feeds update daemon
After=network.target mysqld.service postgresql.service

[Service]
ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
User=http
StandardOutput=null
StandardError=syslog

[Install]
WantedBy=multi-user.target