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

Restart service after restore

This commit is contained in:
tituspijean 2020-11-09 13:52:14 +01:00
parent f09dfe73e7
commit ed1cfe2747

View file

@ -107,7 +107,7 @@ yunohost service add $app --description "Jellyfin media center" --log "/var/log/
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Startup complete"
ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Startup complete"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION