mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore
This commit is contained in:
parent
c2784f1c31
commit
162a807f5b
3 changed files with 9 additions and 9 deletions
|
@ -252,9 +252,9 @@ chown -R "$app": "$final_path"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add "$app-web" --description "$app web service" --log_type "systemd"
|
yunohost service add "$app-web" --description "$app web service"
|
||||||
yunohost service add "$app-sidekiq" --description "$app sidekiq service" --log_type "systemd"
|
yunohost service add "$app-sidekiq" --description "$app sidekiq service"
|
||||||
yunohost service add "$app-streaming" --description "$app streaming service" --log_type "systemd"
|
yunohost service add "$app-streaming" --description "$app streaming service"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
|
@ -141,9 +141,9 @@ systemctl enable "$app-web" "$app-sidekiq" "$app-streaming" --quiet
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add "$app-web" --description "$app web service" --log_type "systemd"
|
yunohost service add "$app-web" --description "$app web service"
|
||||||
yunohost service add "$app-sidekiq" --description "$app sidekiq service" --log_type "systemd"
|
yunohost service add "$app-sidekiq" --description "$app sidekiq service"
|
||||||
yunohost service add "$app-streaming" --description "$app streaming service" --log_type "systemd"
|
yunohost service add "$app-streaming" --description "$app streaming service"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
|
@ -308,9 +308,9 @@ chown -R $app: $final_path
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add "$app-web" --description "$app web service" --log_type "systemd"
|
yunohost service add "$app-web" --description "$app web service"
|
||||||
yunohost service add "$app-sidekiq" --description "$app sidekiq service" --log_type "systemd"
|
yunohost service add "$app-sidekiq" --description "$app sidekiq service"
|
||||||
yunohost service add "$app-streaming" --description "$app streaming service" --log_type "systemd"
|
yunohost service add "$app-streaming" --description "$app streaming service"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
Loading…
Reference in a new issue