Skip to content

Commit

Permalink
Merge pull request #399 from ministryofjustice/oasys/bip-service-depe…
Browse files Browse the repository at this point in the history
…ndecy-addition

updated the dependency of service start and TimeoutStartSec
  • Loading branch information
Sandhya1874 authored Nov 17, 2023
2 parents 9119beb + 0c5bbe1 commit 080bbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Description=WebLogic Admin Server

[Service]
Type=simple
TimeoutStartSec=120
After=wls_nodemanager
TimeoutStartSec=300
ExecStart={{ scripts_dir }}/startWebLogic.sh
ExecStartPost={{ scripts_dir }}/waitWebLogic.sh
ExecStop={{ scripts_dir }}/stopWebLogic.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=WebLogic managed server Service
[Service]
Type=simple
After=wls_adminserver
TimeoutStartSec=180
TimeoutStartSec=300
ExecStart={{ scripts_dir }}/startManagedWebLogic.sh
ExecStartPost={{ scripts_dir }}/waitManagedWebLogic.sh
ExecStop={{ scripts_dir }}/stopManagedWebLogic.sh
Expand Down

0 comments on commit 080bbe9

Please sign in to comment.