Skip to content

Instantly share code, notes, and snippets.

@tugceaktepe
Created June 18, 2023 11:05
Show Gist options
  • Save tugceaktepe/2b75a3248d04aa078e29932495761a5b to your computer and use it in GitHub Desktop.
Save tugceaktepe/2b75a3248d04aa078e29932495761a5b to your computer and use it in GitHub Desktop.
start.sh for docker image
set -eou pipefail
chown root:kvm /dev/kvm
service libvirtd start
service virtlogd start
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment