1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sonarr_ynh.git synced 2024-09-03 20:26:19 +02:00

fix install

This commit is contained in:
Salamandar 2024-02-05 23:18:17 +01:00
parent b3a930f6d0
commit 5bc3d2d8d4

View file

@ -74,7 +74,7 @@ ynh_use_logrotate --logfile="/var/log/$app/"
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="Starting Web Server" --timeout=30
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Application started." --timeout=30
#=================================================
# END OF SCRIPT