Skip to content

Commit eeaadb9

Browse files
authored
Merge pull request #140 from thin-edge/fix-define-init-system-start-command
fix: define a start command to avoid restarting the tedge-agent on a reconnect
2 parents 5a51195 + 01ea810 commit eeaadb9

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)