1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traccar_ynh.git synced 2024-09-03 20:35:56 +02:00
This commit is contained in:
Éric Gaspar 2023-11-19 14:07:29 +01:00
parent 466a2ac38f
commit 19b0c1955a
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ chown $app:$app "$install_dir/conf/traccar.xml"
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# END OF SCRIPT