Skip to content

Instantly share code, notes, and snippets.

@do-aki
do-aki / launch-skype.sh
Created June 15, 2012 01:31 — forked from moriyoshi/launch-skype.sh
"/etc/rc.d/init.d/skype" (for Scientific Linux 6.2)
#!/bin/bash
#
# chkconfig: 345 99 10
# description: Skype service
#
# pidfile: /var/run/skype.pid
if [ -f /etc/init.d/functions ] ; then
. /etc/init.d/functions
elif [ -f /etc/rc.d/init.d/functions ] ; then