mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
c3884b8add
commit
7343b7a6a5
3 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ yunohost service add $app --description="A non-linear personal web notebook" --l
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="/var/log/$app/$app.log" --line_match="Serving on"
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" --line_match="Serving on"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -101,7 +101,7 @@ yunohost service add $app --description="A non-linear personal web notebook" --l
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..."
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="/var/log/$app/$app.log" --line_match="Serving on"
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" --line_match="Serving on"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -142,7 +142,7 @@ yunohost service add $app --description="A non-linear personal web notebook" --l
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" #--line_match="Serving on"
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" --line_match="Serving on"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue