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:
parent
24d6d01a45
commit
20a21af497
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue