Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 6, 2012 12:15
Show Gist options
  • Save sdoro/4024307 to your computer and use it in GitHub Desktop.
Save sdoro/4024307 to your computer and use it in GitHub Desktop.
enable corosync at boot in Debian 6
cp -p /etc/default/corosync /etc/default/corosync.org
sed -i 's/START=no/START=yes/' /etc/default/corosync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment