[oe-commits] Koen Kooi : cloud9 bbappend: add EnvironmentFile

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 09:34:31 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 919e2e87ff030203012bdfbc17fbb2b3fbe68173
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=919e2e87ff030203012bdfbc17fbb2b3fbe68173

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Apr 10 16:14:22 2013 +0000

cloud9 bbappend: add EnvironmentFile

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/cloud9/cloud9/cloud9.service  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service b/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service
index f805ea9..495b131 100644
--- a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service
+++ b/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service
@@ -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]





More information about the Openembedded-commits mailing list