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:
parent
f09dfe73e7
commit
ed1cfe2747
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue