1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
ttrss_ynh/conf/systemd.service

16 lines
305 B
SYSTEMD
Raw Normal View History

[Unit]
2020-08-14 17:25:29 +02:00
Description=News feed reader and aggregator
After=network.target mysql.service
[Service]
2021-05-18 09:26:51 +02:00
Type=simple
User=__APP__
Group=__APP__
2021-05-18 09:26:51 +02:00
WorkingDirectory=__FINALPATH__/
ExecStart=/usr/bin/php__PHPVERSION__ __FINALPATH__/update_daemon2.php
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target