]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
- SERVICE_web_server=y instead of SERVICE=web-server in upstart job
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 15 Jun 2011 13:19:32 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cherokee.upstart -> 1.3

cherokee.upstart

index cbe50c99bb083de9e0060738d26322dd14305f0c..af668f110bc74cfa76751dc200b10bfc0cd3d723 100644 (file)
@@ -2,8 +2,8 @@
 start on pld.network-started and started random
 stop on pld.shutdown-started
 
-env SERVICE=web-server
-export SERVICE
+env SERVICE_web_server=y
+export SERVICE_web_server
 
 respawn
 
This page took 0.099299 seconds and 4 git commands to generate.