cloud9 bbappend: add EnvironmentFile
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 10 Apr 2013 16:14:22 +0000 (16:14 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:59 +0000 (08:28 -0800)
(From meta-openembedded rev: 919e2e87ff030203012bdfbc17fbb2b3fbe68173)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service

index f805ea9..495b131 100644 (file)
@@ -4,6 +4,7 @@ ConditionPathExists=|/var/lib/cloud9
 
 [Service]
 Restart=always
+EnvironmentFile=-/etc/default/node
 ExecStart=/usr/bin/node4 /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000
 
 [Install]