1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

Update restore

This commit is contained in:
yalh76 2022-06-07 23:23:47 +02:00
parent 24d6d01a45
commit 20a21af497

View file

@ -124,7 +124,7 @@ ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file=/e
# reload, create, enable and start stuff
systemctl daemon-reload
systemd-tmpfiles --create
systemctl enable "$app_web" "$app_sidekiq" "$app.target" --quiet
systemctl enable "${app}_web" "${app}_sidekiq" "$app.target" --quiet
#=================================================
# INTEGRATE SERVICE IN YUNOHOST