From 21fc0bc34b0b0e3767fb563f727c027311b154bd Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 15 May 2024 17:22:40 +0200 Subject: [PATCH] Update dbora.service.j2 --- roles/oracle-db-postinstall/templates/dbora.service.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/oracle-db-postinstall/templates/dbora.service.j2 b/roles/oracle-db-postinstall/templates/dbora.service.j2 index 97f2920..c652384 100644 --- a/roles/oracle-db-postinstall/templates/dbora.service.j2 +++ b/roles/oracle-db-postinstall/templates/dbora.service.j2 @@ -5,7 +5,6 @@ After=network.target [Service] Type=simple -Environment=PIDFILE=/run/dbora.pid ExecStart=/usr/bin/su - oracle -c "{{oracle_home}}/bin/dbstart {{oracle_home}}" ExecStop=/usr/bin/su - oracle -c "{{oracle_home}}/bin/dbshut {{oracle_home}}" TimeoutSec=900