mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
skeleton/S40network: tweak for debian ifupdown
Make the S40network script create the /run/network directory for the debian variant of ifupdown which uses it as a lock directory. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Karoly Kasza <kaszak@gmail.com> Reviewed-by: Karoly Kasza <kaszak@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c45c3ed8ad
commit
3a005f10e8
@ -3,6 +3,9 @@
|
|||||||
# Start the network....
|
# Start the network....
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Debian ifupdown needs the /run/network lock directory
|
||||||
|
mkdir -p /run/network
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
echo "Starting network..."
|
echo "Starting network..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user