Skip to content

Commit 5df6926

Browse files
committed
fix: added timeout to systemd template
1 parent a7222b0 commit 5df6926

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/commands/setup/bmwebui.service.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ User=${user}
1010
ExecStartPre=${npmPath} run build
1111
ExecStart=${nodePath} server.js
1212
Restart=always
13+
TimeoutSec=900
1314

1415
[Install]
1516
WantedBy=multi-user.target

0 commit comments

Comments
 (0)