1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 17:31:54 +00:00
miraclecast/res/miracle-dispd.service.cmake
Derek Dai 2e3f055bd2
miracle-dispd: add watchdog and SIGKILL for it
to prevent no reponse and unable to be terminated issue. this is a temp solution
2017-03-28 17:44:44 +08:00

15 lines
360 B
CMake

[Unit]
Description=Miraclecast WiFi Display Service
After=dbus.service
Requires=miracle-wifid.service
After=miracle-wifid.service
[Service]
BusName=org.freedesktop.miracle.wfd
Environment=LOG_LEVEL=trace
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/miracle-dispd
KillSignal=SIGKILL
[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.miracle.wfd.service