This commit is contained in:
Esteban Mackay Q. 2024-12-05 14:23:59 -05:00
parent 9897235d10
commit fbe6c3dab9
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
#!/bin/bash #!/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 # Directorio de la partición boot
BOOT_DIR="/boot" BOOT_DIR="/boot"