Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Bash by ARTSIOM ( 13 years ago )
description "This is an upstart job file for TorqueBox"
pre-start script
mkdir -p /var/log/torquebox
chown -R torquebox /var/log/torquebox
end script
start on runlevel [2345]
stop on runlevel [!2345]
respawn
script
sudo -i -u torquebox
torquebox run >> /var/log/torquebox/torquebox.log 2>&1
end script
Revise this Paste