mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
cloud9: Remove stale files of recipe removed 2 years ago
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
|
||||||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
|
||||||
|
|
||||||
<service-group>
|
|
||||||
<name replace-wildcards="yes">Cloud9 IDE on %h</name>
|
|
||||||
<service>
|
|
||||||
<type>_http._tcp</type>
|
|
||||||
<port>3000</port>
|
|
||||||
</service>
|
|
||||||
</service-group>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Cloud9 IDE
|
|
||||||
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]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
var o3 = require('./o3.js')
|
|
||||||
module.exports = o3.xml;
|
|
||||||
Reference in New Issue
Block a user