Skip to content

Commit 01ea810

Browse files
committed
fix: define a start command to avoid restarting the tedge-agent on a reconnect
1 parent 5a51195 commit 01ea810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/common/config/system.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[init]
33
name = "systemd"
44
is_available = ["/bin/systemctl", "--version"]
5+
start = ["/bin/systemctl", "start", "{}"]
56
restart = ["/bin/systemctl", "restart", "{}"]
67
stop = ["/bin/systemctl", "stop", "{}"]
78
enable = ["/bin/systemctl", "enable", "{}"]

0 commit comments

Comments
 (0)