diff options
| author | yalh76 <yalh@yahoo.com> | 2020-12-22 19:30:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 19:30:47 +0100 |
| commit | 74908bf3e70c134bc838c7db3ae8b5aa0938cd75 (patch) | |
| tree | f709f23a2e8228ceec8d9860fb26520e1ebd9794 /scripts/restore | |
| parent | 248b717f373f3c82bdb19c33cf20980494608697 (diff) | |
| parent | 4338edbd1de311fc0cf2d17ca0a500d1790fab1a (diff) | |
| download | mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.tar.gz mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.tar.bz2 mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.zip | |
Merge pull request #249 from YunoHost-Apps/testing
Testing
Diffstat (limited to 'scripts/restore')
| -rw-r--r-- | scripts/restore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore index 513d924..84610eb 100644 --- a/scripts/restore +++ b/scripts/restore @@ -152,7 +152,7 @@ yunohost service add "$app-streaming" --description "$app streaming service" --l ynh_script_progression --message="Starting a systemd service..." ynh_systemd_action --service_name=${app}-web --action="start" --log_path=systemd --line_match="Listening on tcp" -ynh_systemd_action --service_name=${app}-sidekiq --action="start" --log_path=systemd --line_match="Starting processing" +ynh_systemd_action --service_name=${app}-sidekiq --action="start" --log_path=systemd --line_match="Schedules Loaded" ynh_systemd_action --service_name=${app}-streaming --action="start" --log_path=systemd --line_match="Worker 1 now listening" #================================================= |
