mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix
This commit is contained in:
parent
db10be49ce
commit
7513a86fad
2 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue