Skip to content

Instantly share code, notes, and snippets.

View tlangs's full-sized avatar
🚴‍♂️

Trevyn Langsford tlangs

🚴‍♂️
  • Broad Institute
  • Cambridge, MA
View GitHub Profile
#!/bin/bash
# chkconfig: 345 20 80
# description: Play start/shutdown script
# processname: play
#
# Instalation:
# copy file to /etc/init.d
# chmod +x /etc/init.d/play
# chkconfig --add /etc/init.d/play
# chkconfig play on