add systemd support
authorThomas Gstädtner <thomas@gstaedtner.net>
Mon, 4 Mar 2013 18:05:09 +0000 (19:05 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 4 Mar 2013 18:11:21 +0000 (19:11 +0100)
commit62cdfc3d16f815e24b9c62eb9a3bacd9aa8f621a
tree134f19bd19eacd0c38ef5b7c2e54ac2ee34c03cc
parent29a2ed2f17350f29680fd7cdcae9d3a1e3e5886b
add systemd support

This adds basic systemd support, incl. socket activation.
If systemd build is disabled, there won't be any sign of it neither
during build nor after.
If systemd build is enabled (default), but systemd is not available,
no systemd stuff is installed, so there is no impact whatsoever.
CMakeLists.txt
systemd/CMakeLists.txt [new file with mode: 0644]
systemd/ubus.service.in [new file with mode: 0644]
systemd/ubus.socket.in [new file with mode: 0644]