mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix services
This commit is contained in:
parent
f275c56c44
commit
9678133a6e
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ ynh_install_composer --phpversion="7.2" --workdir="$final_path"
|
|||
ynh_print_info --message="Configuring a systemd service..."
|
||||
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --service="${app}-horizon" --template=horizon
|
||||
ynh_add_systemd_config --service="${app}-horizon" --template=horizon.service
|
||||
|
||||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
|
|
|
@ -193,7 +193,7 @@ ynh_store_file_checksum --file="$config"
|
|||
ynh_print_info --message="Upgrading systemd configuration..."
|
||||
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --service="${app}-horizon" --template=horizon
|
||||
ynh_add_systemd_config --service="${app}-horizon" --template=horizon.service
|
||||
|
||||
#=================================================
|
||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||
|
|
Loading…
Add table
Reference in a new issue