Changeset 3:0e343724004b in VirtualTestbed for scripts/freeDiameter-trig.sh
- Timestamp:
- Jun 18, 2010, 2:46:26 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/freeDiameter-trig.sh
r0 r3 1 1 #!/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. 2 9 3 10 PID=`ps --no-heading -C freeDiameterd -o '%p'`;
Note: See TracChangeset
for help on using the changeset viewer.