mirror of
https://github.com/YunoHost-Apps/traccar_ynh.git
synced 2024-09-03 20:35:56 +02:00
cleaning
This commit is contained in:
parent
466a2ac38f
commit
19b0c1955a
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
<entry key='web.port'>__PORT__</entry>
|
||||
|
||||
<entry key='media.path '>__DATA_DIR__</entry>
|
||||
<entry key='media.path'>__DATA_DIR__</entry>
|
||||
|
||||
<entry key='mail.smtp.host'>localhost</entry>
|
||||
<entry key='mail.smtp.port'>25</entry>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue