Skip to content

Instantly share code, notes, and snippets.

@djraw
Created February 27, 2018 18:06
Show Gist options
  • Save djraw/6455469d4a61b5f2ca9294e67ad0217c to your computer and use it in GitHub Desktop.
Save djraw/6455469d4a61b5f2ca9294e67ad0217c to your computer and use it in GitHub Desktop.
# Systemd unit file for BMC ARSystem
[Unit]
Description=AR System service
After=network.target
Requires=oracle-xe.service rpcbind.service
[Service]
Type=forking
ExecStart=/opt/bmc/ARSystem/bin/arsystem start
ExecStop=/opt/bmc/ARSystem/bin/arsystem stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment