mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-13 09:51:54 +00:00
16 lines
351 B
SYSTEMD
16 lines
351 B
SYSTEMD
[Unit]
|
|
Description=Miraclecast WiFi Daemon
|
|
After=dbus.service
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
BusName=@dbus_name_prefix@.wifi
|
|
Environment=PATH=/sbin:/usr/bin
|
|
ExecStart=@exec_path@/miracle-wifid \
|
|
--use-dev \
|
|
--log-level trace \
|
|
--lazy-managed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dbus-@dbus_name_prefix@.wifi.service
|