1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-12 21:13:48 +01:00
parent 924282e0fa
commit 3de6c11423

View file

@ -66,7 +66,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on"
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Listening on"
#=================================================
# END OF SCRIPT