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

Merge pull request #54 from YunoHost-Apps/enh_auto_restart

Configure systemd to auto-restart the service
This commit is contained in:
JimboJoe 2018-06-06 22:00:54 +02:00 committed by GitHub
commit 18df7858a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ After=network.target mysql.service
User=__APP__
Group=__APP__
ExecStart=/usr/bin/php __FINALPATH__/update_daemon2.php
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target