Skip to content

Commit c909422

Browse files
jlevequeyxieca
authored andcommitted
[caclmgrd] Always restart service upon process termination (#5065)
1 parent 4547ea0 commit c909422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/image_config/caclmgrd/caclmgrd.service

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ After=updategraph.service
66
[Service]
77
Type=simple
88
ExecStart=/usr/bin/caclmgrd
9+
Restart=always
10+
RestartSec=30
911

1012
[Install]
1113
WantedBy=multi-user.target

0 commit comments

Comments
 (0)