1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00
This commit is contained in:
Éric Gaspar 2023-11-12 21:23:47 +01:00
parent e2e7ef3455
commit 71c27455ac
3 changed files with 3 additions and 3 deletions

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 ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service # 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
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT

View file

@ -48,7 +48,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
#================================================= #=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_script_progression --message="Starting a systemd service..." --weight=1
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
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION

View file

@ -60,7 +60,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log
#================================================= #=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_script_progression --message="Starting a systemd service..." --weight=1
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
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT