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

Update restore

This commit is contained in:
Éric Gaspar 2024-01-08 15:00:53 +01:00
parent 7a39397da9
commit 88ea51513e

View file

@ -49,7 +49,7 @@ yunohost service add $app --description="Voxel game engine and game" --log="/var
#=================================================
ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/minetest.log" --line_match="listening on"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="listening on"
#=================================================
# GENERIC FINALIZATION