Last active
March 12, 2017 21:19
-
-
Save jonathanelbailey/3f5008bf734e18a7570f77d732555739 to your computer and use it in GitHub Desktop.
entrypoint script for ovirt-engine to avoid reinstalling the service.
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
#!/bin/bash | |
set -e | |
# start ovirt-engine without installing the service again. | |
su -m -s /bin/python ovirt /usr/share/ovirt-engine/services/ovirt-engine/ovirt-engine.py start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment