Advertisement
Guest User

Untitled

a guest
May 11th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. SUMMARY = "Service to check and restart RemoteAppServer"
  2. LICENSE = "GPLv2"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=d41d8cd98f00b204e9800998ecf8427e"
  4. PR = "r1"
  5.  
  6. SRC_URI = " \
  7. file://COPYING \
  8. file://ct-remote-app-server.service \
  9. "
  10.  
  11. S = "${WORKDIR}"
  12.  
  13. do_install () {
  14. install -m 0755 -d ${D}${systemd_unitdir}/system
  15. install -m 0644 ${WORKDIR}/ct-remote-app-server.service ${D}${systemd_unitdir}/system/
  16. }
  17.  
  18. SYSTEMD_SERVICE_${PN} = "ct-remote-app-server.service"
  19.  
  20. inherit systemd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement