Skip to content

Instantly share code, notes, and snippets.

View elyzion's full-sized avatar

Berthold Alheit elyzion

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