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