Skip to content

Instantly share code, notes, and snippets.

@snown
Created June 24, 2011 17:37
Show Gist options
  • Save snown/1045269 to your computer and use it in GitHub Desktop.
Save snown/1045269 to your computer and use it in GitHub Desktop.
Start up and shutdown FlexRAID with computer
# flexraid - start/stop FlexRAID 2.0
#
# This service starts up the FlexRaid process so that RAIDing of Data drives can resume
description "FlexRAID 2.0"
author "Logan Holmes"
start on runlevel [2345]
stop on runlevel [06]
chdir /opt/FlexRAID-2.0/
exec ./FlexRAID &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment