mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Unit]
|
|
Description=Tiny tiny rss feed updater daemon
|
|
After=network.target
|
|
After=mysqld.service
|
|
After=postgresql.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
|
|
User=http
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|