Navigation


Changeset 3:0e343724004b in VirtualTestbed for scripts/freeDiameter-trig.sh


Ignore:
Timestamp:
Jun 18, 2010, 2:46:26 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a short documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/freeDiameter-trig.sh

    r0 r3  
    11#!/bin/bash -x
     2
     3# Usage: ./$0 [loop]
     4# If "loop" is specified on the command line, the signal
     5# will be sent every 10 seconds. Otherwise, it is only sent once.
     6
     7# Note: if the daemon is restarted (changes its PID), this script
     8# must also be restarted.
    29
    310PID=`ps --no-heading -C freeDiameterd -o '%p'`;
Note: See TracChangeset for help on using the changeset viewer.