mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracle-dispd: terminate with SIGTERM instead of SIGKILL
Change-Id: I3b46d3d50fc11c8f3487cc241947b556196e8ba6
This commit is contained in:
parent
4a39f08093
commit
6c6e1eec65
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ After=miracle-wifid.service
|
||||||
BusName=org.freedesktop.miracle.wfd
|
BusName=org.freedesktop.miracle.wfd
|
||||||
Environment=LOG_LEVEL=trace
|
Environment=LOG_LEVEL=trace
|
||||||
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/miracle-dispd
|
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/miracle-dispd
|
||||||
KillSignal=SIGKILL
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -8,7 +8,6 @@ After=miracle-wifid.service
|
||||||
BusName=@dbus_name_prefix@.wfd
|
BusName=@dbus_name_prefix@.wfd
|
||||||
Environment=LOG_LEVEL=trace
|
Environment=LOG_LEVEL=trace
|
||||||
ExecStart=@exec_path@/miracle-dispd
|
ExecStart=@exec_path@/miracle-dispd
|
||||||
KillSignal=SIGKILL
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue