1
0
Fork 0
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:
Thomas 2023-02-28 12:18:28 +01:00 committed by GitHub
parent 97fe00b113
commit 890185114b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
#=================================================