1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

[install] Add missing start systemd service

This commit is contained in:
ericgaspar 2020-12-15 15:24:15 +01:00 committed by Nicolas Frandeboeuf
parent d659696c67
commit 101ccda313

View file

@ -204,6 +204,14 @@ chmod -R 750 "$final_path/data/"
chown "$app" "$final_path/config.ini"
chmod 600 "$final_path/config.ini"
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start"
#=================================================
# RELOAD NGINX
#=================================================