1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

fix naming issues

This commit is contained in:
lapineige 2022-12-20 21:40:17 +01:00 committed by GitHub
parent 28b7885c49
commit d77320348d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,6 +171,9 @@ chown $app:$app /etc/$app
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD
#================================================= #=================================================
### fake akkoma executable
ln -s "$final_path/live/bin/pleroma" "$final_path/live/bin/akkoma"
ynh_script_progression --message="Configuring a systemd service..." --weight=1 ynh_script_progression --message="Configuring a systemd service..." --weight=1
# Create a dedicated systemd config # Create a dedicated systemd config