Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: script of autoshutdown when network is down

  1. #11
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: script of autoshutdown when network is down

    Try this instead:

    Code:
    /sbin/shutdown -h +5 "Lost network connection" &
    It tells shutdown to halt or power off after shutdown

  2. #12
    Join Date
    Jun 2008
    Location
    Mumbai
    Beans
    223
    Distro
    Ubuntu

    Re: script of autoshutdown when network is down

    thanks You Rock !!

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •