Created
February 27, 2018 18:06
-
-
Save djraw/6455469d4a61b5f2ca9294e67ad0217c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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