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-10 17:48:08 +01:00
parent db10be49ce
commit 7513a86fad
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__ Group=__APP__
ExecStart=php__PHPVERSION__ __FINALPATH__/artisan horizon ExecStart=php__PHPVERSION__ __FINALPATH__/artisan horizon
Restart=on-failure Restart=on-failure
stdout_logfile=/var/log/__APP__/__APP__-horizon.log #stdout_logfile=/var/log/__APP__/__APP__-horizon.log
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View file

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