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:
Giuseppe Castagno 2013-12-22 21:35:22 +01:00 committed by Stefan Saraev
parent bc20febb02
commit 6d6dd01d67

View File

@ -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]