Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shutdown script

Featured Replies

It would be nice to add a script of additional commands to the "stop array" button in the control panel.

 

For example, if you have created a swap file, or have some other utility like Apache running on unRAID, the array will not shut down until you stop Apache and swapoff the swap file.  That means I have to log into unRAID with telnet to do it rather than just use the button on the control panel.

 

 

  • 2 months later...

I have a mechanism to allow a custom locall (on boot flash) shutdown script.

It appends a line to /etc/rc.d/rc.local_shutdown upon start up

 

/boot/config/rc.local/rc.local_shutdown contains your local shutdown commands.

 

See thread for more details.

http://lime-technology.com/forum/index.php?topic=1511.0

 

Add this to go or yoru other start up hooks.

 

 

# Setup shutdown script

RCFILE=rc.local_shutdown
if ! grep /boot/config/rc.local/$RCFILE /etc/rc.d/$RCFILE > /dev/null 2>&1
   then echo /boot/config/rc.local/$RCFILE >> /etc/rc.d/$RCFILE
fi

if [ ! -x /etc/rc.d/$RCFILE ]
   then chmod u+x /etc/rc.d/$RCFILE
fi

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.