Skip to content

Commit 259e3b3

Browse files
cytsao1yxieca
authored andcommitted
Make determine-reboot-cause.service into a oneshot service (#12628)
1 parent 92ae2bd commit 259e3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-host-services-data/debian/sonic-host-services-data.determine-reboot-cause.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requires=rc-local.service database.service
44
After=rc-local.service database.service
55

66
[Service]
7-
Type=simple
7+
Type=oneshot
88
RemainAfterExit=yes
99
ExecStart=/usr/local/bin/determine-reboot-cause
1010

0 commit comments

Comments
 (0)