Skip to content

Instantly share code, notes, and snippets.

@jonathanelbailey
Last active March 12, 2017 21:19
Show Gist options
  • Save jonathanelbailey/3f5008bf734e18a7570f77d732555739 to your computer and use it in GitHub Desktop.
Save jonathanelbailey/3f5008bf734e18a7570f77d732555739 to your computer and use it in GitHub Desktop.
entrypoint script for ovirt-engine to avoid reinstalling the service.
#!/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