DHCP Fixes.
This commit is contained in:
@@ -3,7 +3,7 @@ server=8.8.4.4
|
|||||||
|
|
||||||
|
|
||||||
interface=p2p-wlan0-0
|
interface=p2p-wlan0-0
|
||||||
dhcp-range=p2p-wlan0,173.23.0.3,172.23.0.127,1h
|
dhcp-range=172.23.0.3,172.23.0.127,15m
|
||||||
domain=local
|
domain=local
|
||||||
address=/pipedal.local/172.23.0.2
|
address=/pipedal.local/172.23.0.2
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ User=jack
|
|||||||
Group=audio
|
Group=audio
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
TimeoutStopSec=30
|
||||||
|
|
||||||
|
|
||||||
Environment=JACK_PROMISCUOUS_SERVER=audio
|
Environment=JACK_PROMISCUOUS_SERVER=audio
|
||||||
Environment=JACK_NO_AUDIO_RESERVATION=1
|
Environment=JACK_NO_AUDIO_RESERVATION=1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ After=network.target
|
|||||||
ExecStart=${COMMAND} --systemd --log-level debug
|
ExecStart=${COMMAND} --systemd --log-level debug
|
||||||
Type=notify
|
Type=notify
|
||||||
WorkingDirectory=/var/pipedal
|
WorkingDirectory=/var/pipedal
|
||||||
TimeOutStopSec=5
|
TimeoutStopSec=5
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ ExecStart=${COMMAND}
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=60
|
RestartSec=60
|
||||||
WorkingDirectory=/var/pipedal
|
WorkingDirectory=/var/pipedal
|
||||||
|
TimeoutStopSec=15
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ Group=pipedal_d
|
|||||||
Restart=always
|
Restart=always
|
||||||
TimeoutStartSec=60
|
TimeoutStartSec=60
|
||||||
RestartSec=25
|
RestartSec=25
|
||||||
TimeoutStopSec=10
|
|
||||||
WorkingDirectory=/var/pipedal
|
WorkingDirectory=/var/pipedal
|
||||||
Environment=JACK_PROMISCUOUS_SERVER=audio
|
Environment=JACK_PROMISCUOUS_SERVER=audio
|
||||||
Environment=JACK_NO_AUDIO_RESERVATION=1
|
Environment=JACK_NO_AUDIO_RESERVATION=1
|
||||||
|
|||||||
+1
-1
Submodule submodules/pipedal_p2pd updated: d5d321ea25...02015285d7
Reference in New Issue
Block a user