1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 09:51:54 +00:00
miraclecast/res/miracle-wfdctl.service.cmake
Derek Dai c590adbd2f
miracle-wfdctl: first revision which can create TCP connection of WFD session between peers, controled through DBus
In this revision, the procedure of session negotiation is not yet
completed but only TCP connection can be established between peers.

You can try it by run script `res/miracle-wfdctl-demo` to see how it
work.
2017-02-13 13:12:55 +08:00

11 lines
270 B
CMake

[Unit]
Description=Miraclecast WiFi Display Control
[Service]
BusName=org.freedesktop.miracle.wfd
Environment=PATH=/sbin:/usr/bin
Environment=LOG_LEVEL=trace
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/miracle-wfdctl
[Install]
Allias=dbus-org.freedesktop.miracle.wfd.service