62cdfc3d16
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.
6 lines
94 B
SYSTEMD
6 lines
94 B
SYSTEMD
[Unit]
|
|
Description=OpenWrt micro bus
|
|
Requires=ubus.socket
|
|
|
|
[Service]
|
|
ExecStart=@UBUSD_BINARY@
|