mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
11 lines
200 B
Desktop File
11 lines
200 B
Desktop File
[Unit]
|
|
Description=ttrss_backend
|
|
After=network.target mysql.service
|
|
|
|
[Service]
|
|
User=__APP__
|
|
Group=__APP__
|
|
ExecStart=/usr/bin/php __FINALPATH__/update_daemon2.php
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|