Sha256: 226894360ad0975ab4c7041461fa6bd61c350650fb233a3d66330b492eb1d6cb
Contents?: true
Size: 1004 Bytes
Versions: 7
Compression:
Stored size: 1004 Bytes
Contents
#!/bin/sh # This file is part of EC2 on Rails. # http://rubyforge.org/projects/ec2onrails/ # # Copyright 2007 Paul Dowman, http://pauldowman.com/ # # EC2 on Rails is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # EC2 on Rails is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # /var/run/mysqld doesn't exist until MySQL starts, but God fails if it # doesn't exist, and we use God to start MySQL. mkdir -p /var/run/mysqld chown mysql:mysql /var/run/mysqld
Version data entries
7 entries across 7 versions & 3 rubygems