mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore
This commit is contained in:
parent
bdb674e9b0
commit
32b31810c3
3 changed files with 9 additions and 9 deletions
|
@ -199,9 +199,9 @@ chown -R $app: $datadir
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add "${app}-beat" --log_type systemd
|
yunohost service add "${app}-beat"
|
||||||
yunohost service add "${app}-server" --log_type systemd
|
yunohost service add "${app}-server"
|
||||||
yunohost service add "${app}-worker" --log_type systemd
|
yunohost service add "${app}-worker"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
|
@ -132,9 +132,9 @@ systemctl enable "$app-worker.service" --quiet
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add "${app}-beat" --log_type systemd
|
yunohost service add "${app}-beat"
|
||||||
yunohost service add "${app}-server" --log_type systemd
|
yunohost service add "${app}-server"
|
||||||
yunohost service add "${app}-worker" --log_type systemd
|
yunohost service add "${app}-worker"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
|
@ -228,9 +228,9 @@ chown -R $app: $datadir
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add "${app}-beat" --log_type systemd
|
yunohost service add "${app}-beat"
|
||||||
yunohost service add "${app}-server" --log_type systemd
|
yunohost service add "${app}-server"
|
||||||
yunohost service add "${app}-worker" --log_type systemd
|
yunohost service add "${app}-worker"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue