-->

DEVOPSZONES

  • Recent blogs

    systemd Failed at step EXEC spawning : Exec format error

    Error:

    systemd[4483]: Failed at step EXEC spawning : Exec format error

    Solution:


    Please make "#!/bin/bash" as first Line of your script.

    #!/bin/bash

    No comments