Skip to content

Commit

Permalink
ExecStart command bin and config file relative path is updated with b…
Browse files Browse the repository at this point in the history
…uild variables (#112)

Signed-off-by: Mahesha Mutharayappa (SDS/EPE2) <[email protected]>
  • Loading branch information
Mahesha-M authored Jan 22, 2025
1 parent d2967cc commit 2256fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Requires=containerd.service
Type=simple
Environment=HOME=%h
Environment=XDG_CONFIG_HOME=%E
ExecStart=/usr/bin/container-management --cfg-file /etc/container-management/config.json
ExecStart=@CM_BIN_DD@/container-management --cfg-file @CM_CFG_DD@/container-management/config.json
Restart=always
TimeoutSec=300

Expand Down

0 comments on commit 2256fa0

Please sign in to comment.