1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

Update install

This commit is contained in:
ericgaspar 2020-06-26 11:34:43 +02:00
parent f5f2708555
commit 08eba12ccc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -188,7 +188,8 @@ yunohost service add $app --description "Collaborative Markdown notes" --log="/v
ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP Server listening"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="HTTP Server listening"
#ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP Server listening"
#=================================================
# SETUP SSOWAT