1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix system start

This commit is contained in:
yalh76 2019-07-11 00:30:38 +02:00
parent 3eca6ad768
commit a8c3c830c5

View file

@ -170,7 +170,7 @@ yunohost service add $app
ynh_print_info --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started Wekan, task board"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Meteor APM: completed instrumenting the app"
sleep 30
#=================================================