blob: 6d1fd0f2499151268a2ff49a8c93661488b2d03e [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2
3. /etc/init.d/functions
4
5pidofproc $*
6exit $?