Skip to content

Commit 162089d

Browse files
authored
[caclmgrd] Prevent service from blocking system boot indefinitely (#1362)
1 parent 23bbf80 commit 162089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/image_config/caclmgrd/caclmgrd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requires=database.service
44
After=database.service
55

66
[Service]
7-
Type=oneshot
7+
Type=simple
88
ExecStart=/usr/bin/caclmgrd-start.sh
99

1010
[Install]

0 commit comments

Comments
 (0)