Skip to content

Instantly share code, notes, and snippets.

@achampav
Created September 21, 2018 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achampav/93881f4456e0f8c25520c1d01dc8e32d to your computer and use it in GitHub Desktop.
Save achampav/93881f4456e0f8c25520c1d01dc8e32d to your computer and use it in GitHub Desktop.
[Unit]
Description=Oracle DB Startup-Shutdown
After=syslog.target network.target
[Service]
RemainAfterExit=yes
User=oracle
Group=oinstall
Restart=no
ExecStart=/app/oracle/ora122/bin/dbstart /app/oracle/ora122
ExecStop=/app/oracle/ora122/bin/dbshut /app/oracle/ora122
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment