mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update install
Fix service
This commit is contained in:
parent
97fe00b113
commit
890185114b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1
|
|||
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --service="${app}" --template="${app}.service"
|
||||
ynh_add_systemd_config --service="${app}-workers" --template="${app}-workers.service"
|
||||
ynh_add_systemd_config --service="${app}_workers" --template="${app}-workers.service"
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue