#!/bin/sh #---------------------------------------------------------------------------- # /etc/init.d/gpm - Init script for gpm # # Creation: 2019-03-18 hbfl # Last Update: $Id$ # # Copyright (c) 2019-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- # read functions . /etc/init.d/functions package_name=gpm # read parameters . /etc/config.d/${package_name} #exec 2> /tmp/dahdi-trace$$.log #set -x NAME=gpm DAEMON=/usr/sbin/${NAME} pid_file=/run/${NAME}.pid # --------------------------------------------------------------------------- # usage # --------------------------------------------------------------------------- usage() { cat <