Skip to content

Commit

Permalink
Fix update-manager.service ExecStart command (eclipse-kanto#65)
Browse files Browse the repository at this point in the history
[eclipse-kanto#63] Wrong argument in update manager service unit template

--------------
Signed-off-by: Kristiyan Gostev <kristiyan.gostev@bosch.com>
  • Loading branch information
k-gostev committed Jul 28, 2023
1 parent 2d6fdb5 commit c6e1439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-management/update-manager/files/service.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requires=mosquitto.service

[Service]
Type=simple
ExecStart=@UM_BIN_DD@/update-manager -configFile @UM_CFG_DD@/update-manager/config.json
ExecStart=@UM_BIN_DD@/update-manager --config-file @UM_CFG_DD@/update-manager/config.json
Restart=always

[Install]
Expand Down

0 comments on commit c6e1439

Please sign in to comment.