Skip to content

Instantly share code, notes, and snippets.

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 krisclarkdev/f7119dd42cb4782ab90dedc9026d6851 to your computer and use it in GitHub Desktop.
Save krisclarkdev/f7119dd42cb4782ab90dedc9026d6851 to your computer and use it in GitHub Desktop.
[Unit]
Description=OpenText Information Hub 16.0.1
After=network.target
[Service]
Type=simple
User=ihub
Group=ihub
ExecStart=/opt/opentext/ihub/modules/BIRTiHub/startiHub.sh &
ExecReload=/opt/opentext/ihub/modules/BIRTiHub/stopiHub.sh -t 0 -y && /opt/opentext/ihub/modules/BIRTiHub/startiHub.sh
ExecStop=/opt/opentext/ihub/modules/BIRTiHub/stopiHub.sh -t 0 -y &
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment