Skip to content

Commit

Permalink
Add upstart conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Apr 16, 2012
1 parent 4d7d605 commit 0e41d69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc/fontello.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# fontello.com upstart script
description "Fontello - Iconic fonts scissors"
author "Nodeca"

start on startup
stop on shutdown

env NODECA_ENV="production"

script
cd /path/to/your/script/
exec node fontomas.js 2>&1
end script

0 comments on commit 0e41d69

Please sign in to comment.