1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Update restore

This commit is contained in:
ericgaspar 2020-11-29 12:44:15 +01:00
parent 92c82325f5
commit 5a86cc2f60
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -131,9 +131,9 @@ ynh_restore_file --origin_path="/etc/systemd/system/$app-server.service"
ynh_restore_file --origin_path="/etc/systemd/system/$app-worker.service"
ynh_restore_file --origin_path="/etc/systemd/system/$app.target"
systemctl enable "$app-beat.service"
systemctl enable "$app-server.service"
systemctl enable "$app-worker.service"
systemctl enable "$app-beat.service" --quiet
systemctl enable "$app-server.service" --quiet
systemctl enable "$app-worker.service" --quiet
#=================================================
# ADVERTISE SERVICE IN ADMIN PANEL