mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
added miracle-wifid service
This commit is contained in:
parent
fdb8671c40
commit
1cf7822228
1 changed files with 14 additions and 0 deletions
14
systemd/system/miracle-wifid.service
Normal file
14
systemd/system/miracle-wifid.service
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=wpa_supplicant with Miracast support
|
||||||
|
Before=network.target
|
||||||
|
After=dbus.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/miracle-wifid
|
||||||
|
Restart=always
|
||||||
|
User=root
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
Alias=miracle-wifid.service
|
Loading…
Add table
Add a link
Reference in a new issue