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

Fix service target usage (start doesn't exist)

This commit is contained in:
Jean-Baptiste Holcroft 2018-05-11 18:55:16 +02:00
parent d61c8f6e97
commit 056c585a06

View file

@ -210,7 +210,7 @@ ynh_add_systemd_config "$app-worker" "funkwhale-worker.service"
ynh_add_systemd_config "$app-beat" "funkwhale-beat.service"
systemctl enable "$app".target
systemctl start "$app".target
systemctl restart "$app".target
#=================================================
# GENERIC FINALIZATION