From cfc2edeaff9349a9f54ff0058458c725fcf367cb Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 15 May 2015 08:21:42 -0700 Subject: [PATCH] upstart conf fix --- transmet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmet.conf b/transmet.conf index d124ddb..48b4835 100644 --- a/transmet.conf +++ b/transmet.conf @@ -14,4 +14,4 @@ chdir /opt/transmet respawn -exec transmet --env prod +exec ./transmet --env prod