mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Fix network-online.service: the '--timeout' switch is no longer necessary, only the number of seconds is needed (see d21cafecef9beb3d326861ae38dcc13b50257708)
This commit is contained in:
parent
bc20febb02
commit
6d6dd01d67
@ -6,7 +6,7 @@ After=connman.service
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/bin/sh -c 'echo "waiting on Network to come online ..."
|
||||
ExecStart=/usr/bin/cm-online --timeout=30
|
||||
ExecStart=/usr/bin/cm-online 30
|
||||
StandardOutput=tty
|
||||
|
||||
[Install]
|
||||
|
Loading…
x
Reference in New Issue
Block a user