diff --git a/install/move_nmconnection.sh b/install/move_nmconnection.sh index 836a4d6..3b18ccf 100644 --- a/install/move_nmconnection.sh +++ b/install/move_nmconnection.sh @@ -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"