diff options
Diffstat (limited to 'meta-systemd')
| -rw-r--r-- | meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service | 10 | ||||
| -rw-r--r-- | meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend | 19 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service b/meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service deleted file mode 100644 index 480bc702e9..0000000000 --- a/meta-systemd/meta-oe/recipes-extended/atftp/atftp/atftpd.service +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Advanced TFTP Server | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=forking | ||
| 7 | ExecStart=/usr/sbin/atftpd --daemon --port 69 | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend b/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend deleted file mode 100644 index ed9cf9dd79..0000000000 --- a/meta-systemd/meta-oe/recipes-extended/atftp/atftp_git.bbappend +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 2}" | ||
| 4 | |||
| 5 | inherit systemd | ||
| 6 | |||
| 7 | SRC_URI += "file://atftpd.service" | ||
| 8 | |||
| 9 | SYSTEMD_PACKAGES = "${PN}d" | ||
| 10 | SYSTEMD_SERVICE_${PN}d = "atftpd.service" | ||
| 11 | FILES_${PN}d += "${systemd_unitdir}/system/atftpd.service" | ||
| 12 | RPROVIDES_${PN}d += "${PN}d-systemd" | ||
| 13 | RREPLACES_${PN}d += "${PN}d-systemd" | ||
| 14 | RCONFLICTS_${PN}d += "${PN}d-systemd" | ||
| 15 | do_install_append() { | ||
| 16 | install -d ${D}${systemd_unitdir}/system | ||
| 17 | install -m 0644 ${WORKDIR}/atftpd.service ${D}${systemd_unitdir}/system | ||
| 18 | } | ||
| 19 | |||
