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:
parent
d61c8f6e97
commit
056c585a06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue