Navigation


Changeset 315:2725e68bc78d in freeDiameter for debian/freediameter-daemon.init


Ignore:
Timestamp:
May 19, 2010, 11:36:03 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Tweak init.d scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/freediameter-daemon.init

    r314 r315  
    11#! /bin/sh
    2 #
    3 # skeleton      example file to build /etc/init.d/ scripts.
    4 #               This file should be used to construct scripts for /etc/init.d.
    5 #
    6 #               Written by Miquel van Smoorenburg <miquels@cistron.nl>.
    7 #               Modified for Debian
    8 #               by Ian Murdock <imurdock@gnu.ai.mit.edu>.
    9 #               Further changes by Javier Fernandez-Sanguino <jfs@debian.org>
    10 #
    11 # Version:      @(#)skeleton  1.9  26-Feb-2001  miquels@cistron.nl
    12 #
    132
    14 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
     3### BEGIN INIT INFO
     4# Provides:          freediameter
     5# Default-Start:     3 4 5
     6# Default-Stop:      0 1 2 6
     7# Short-Description: Start freeDiameter daemon at boot time
     8# Description:       Start the freeDiameter daemon at boot time.
     9#       freeDiameter is an extensible implementation of the Diameter protocol,
     10#       designed for Authentication, Authorization and Accounting. Diameter is
     11#       an evolution of the RADIUS protocol.
     12### END INIT INFO#
     13
    1514DAEMON=/usr/bin/freeDiameterd
     15CONF=/etc/freeDiameter/freeDiameter.conf
    1616NAME=freediameter
    1717DESC=freeDiameter daemon
     
    2929    . /etc/default/freediameter
    3030fi
     31
     32test x"" != x$DAEMON_OPTS || test -f $CONF || exit 0
    3133
    3234set -e
Note: See TracChangeset for help on using the changeset viewer.