diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 13:58:20 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:22:03 +0200 |
| commit | eb0e685982643787b5c4787a2640a1b92102b35e (patch) | |
| tree | 547d9ab1a4a13f5219a39a7a99886b6f6b3808b2 /meta-systemd | |
| parent | 17c747d85e155f3eb2fab97c5a1ad66a68d809bc (diff) | |
| download | meta-openembedded-eb0e685982643787b5c4787a2640a1b92102b35e.tar.gz | |
cloud9: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
| -rw-r--r-- | meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service | 11 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend | 20 |
2 files changed, 0 insertions, 31 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 deleted file mode 100644 index 495b131ffa..0000000000 --- a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Cloud9 IDE | ||
| 3 | ConditionPathExists=|/var/lib/cloud9 | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Restart=always | ||
| 7 | EnvironmentFile=-/etc/default/node | ||
| 8 | ExecStart=/usr/bin/node4 /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000 | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend b/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend deleted file mode 100644 index 50c6886fa5..0000000000 --- a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 3}" | ||
| 4 | |||
| 5 | inherit systemd | ||
| 6 | |||
| 7 | SRC_URI += "file://cloud9.service" | ||
| 8 | |||
| 9 | inherit systemd | ||
| 10 | |||
| 11 | NATIVE_SYSTEMD_SUPPORT = "1" | ||
| 12 | RPROVIDES_${PN} += "${PN}-systemd" | ||
| 13 | RREPLACES_${PN} += "${PN}-systemd" | ||
| 14 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
| 15 | SYSTEMD_SERVICE_${PN} = "cloud9.service" | ||
| 16 | do_install_append() { | ||
| 17 | install -d ${D}${systemd_unitdir}/system | ||
| 18 | install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system | ||
| 19 | } | ||
| 20 | |||
