1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
This commit is contained in:
ericgaspar 2021-12-11 08:07:52 +01:00
parent b034f5e787
commit 64debabd8c
2 changed files with 2 additions and 2 deletions

View file

@ -211,7 +211,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log="
ynh_script_progression --message="Starting $app service..."
# Start a supervisor service
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# SETUP SSOWAT

View file

@ -138,7 +138,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log="
#=================================================
ynh_script_progression --message="Starting a supervisor service..."
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION