Sha256: 8d2c507025e0cd965116de359c999576e8ffd5d10ccca7d3f863cb7cfb31db4f
Contents?: true
Size: 288 Bytes
Versions: 118
Compression:
Stored size: 288 Bytes
Contents
#!/bin/bash sudo mkdir -p /etc/god sudo cp -f tmp/<%= app_name %>.god /etc/god/<%= app_name %>.god sudo chown -R root:root /etc/god sudo chmod 755 /etc/god sudo chmod -R 644 /etc/god/* if [ -e /var/run/god.pid ]; then sudo /etc/init.d/god restart else sudo /etc/init.d/god start fi
Version data entries
118 entries across 118 versions & 1 rubygems