connman: loopback.service: remove ExecStartPre..

This commit is contained in:
Stefan Saraev 2014-04-17 21:12:48 +03:00 committed by Stephan Raue
parent 400327862e
commit 20f47fe3ed

View File

@ -4,8 +4,7 @@ DefaultDependencies=no
[Service] [Service]
Type=oneshot Type=oneshot
ExecStartPre=/sbin/ifconfig lo 127.0.0.1 netmask 255.0.0.0 ExecStart=/sbin/ifconfig lo 127.0.0.1 netmask 255.0.0.0 up
ExecStart=/sbin/ifconfig lo up
RemainAfterExit=yes RemainAfterExit=yes
[Install] [Install]