Compare commits
No commits in common. "2f19ef9142447a5d12edb0c2ae3a04c53a7b8e9f" and "dd46d0bffc2a69ff4cc3e9dd1c949767aaa5c52e" have entirely different histories.
2f19ef9142
...
dd46d0bffc
|
@ -1 +1,2 @@
|
|||
/_build
|
||||
/airplaypi_defconfig
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[General]
|
||||
EnableNetworkConfiguration=false
|
||||
[Network]
|
||||
NameResolvingService=systemd
|
|
@ -6,4 +6,4 @@ DHCP=true
|
|||
|
||||
[DHCPv4]
|
||||
ClientIdentifier=mac
|
||||
UseDomain=true
|
||||
UseDomains=true
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[Resolve]
|
||||
MulticastDNS=no
|
|
@ -13,7 +13,6 @@ After=network.target network-online.target
|
|||
Type=simple
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/bin/shairport-sync
|
||||
DynamicUser=true
|
||||
User=shairport-sync
|
||||
Group=shairport-sync
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
u shairport-sync - "Shairport Sync"
|
Loading…
Reference in New Issue