mirror of https://gitlab.com/hp3icc/emq-TE1.git
wifi
This commit is contained in:
parent
9897235d10
commit
fbe6c3dab9
|
|
@ -1,5 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: move_nmconnection.sh
|
||||
# Required-Start: $network $local_fs $remote_fs $syslog
|
||||
# Required-Stop: $network $local_fs $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Move and configure NetworkManager connections
|
||||
# Description: Moves the .nmconnection files from /boot to /etc/NetworkManager/system-connections and restarts NetworkManager.
|
||||
### END INIT INFO
|
||||
# Directorio de la partición boot
|
||||
BOOT_DIR="/boot"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue