Files
oinit/odb.service
Tekaoh 6566789c3e odb service (#2)
* Create odb.service
* Create odb-start.sh
* Create odb-stop.sh
2019-09-25 21:52:50 -05:00

18 lines
350 B
Desktop File

[Unit]
Description=Oracle Database Autostart
After=syslog.target network.target
[Service]
LimitMEMLOCK=infinity
LimitNOFILE=65536
Type=simple
RemainAfterExit=yes
User=oracle
Group=oinstall
ExecStart=/etc/odb-start.sh >> /home/oracle/odbstart.log 2>&1
ExecStop=/etc/odb-stop.sh >> /home/oracle/odbstop.log 2>&1
[Install]
WantedBy=multi-user.target