mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
14 lines
247 B
SYSTEMD
14 lines
247 B
SYSTEMD
|
[Unit]
|
||
|
Description=News feed reader and aggregator
|
||
|
After=network.target mysql.service
|
||
|
|
||
|
[Service]
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
ExecStart=/usr/bin/php __FINALPATH__/update_daemon2.php
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|