diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 14:45:03 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:22:05 +0200 |
| commit | 1e29c4586eaf7af68ec8ea4276114cc6aec05a11 (patch) | |
| tree | 44b49eb9cc375c65fbfeb46b7ff732ec858972eb /meta-systemd | |
| parent | fd84ec341f3224e1f79f185588f2cd844f464f86 (diff) | |
| download | meta-openembedded-1e29c4586eaf7af68ec8ea4276114cc6aec05a11.tar.gz | |
gateone: 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-connectivity/gateone/gateone/gateone.service | 10 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend | 16 |
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service b/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service deleted file mode 100644 index 7ff60020a0..0000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=GateOne daemon | ||
| 3 | ConditionPathExists=|/var/lib/gateone | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | WorkingDirectory=/var/lib/gateone | ||
| 7 | ExecStart=/usr/bin/python gateone.py | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend b/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend deleted file mode 100644 index 8ec9dfafdd..0000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 2}" | ||
| 4 | |||
| 5 | inherit systemd | ||
| 6 | |||
| 7 | SRC_URI += "file://gateone.service" | ||
| 8 | |||
| 9 | NATIVE_SYSTEMD_SUPPORT = "1" | ||
| 10 | SYSTEMD_SERVICE_${PN} = "gateone.service" | ||
| 11 | |||
| 12 | do_install_append() { | ||
| 13 | install -d ${D}${systemd_unitdir}/system | ||
| 14 | install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system | ||
| 15 | } | ||
| 16 | |||
