aboutsummaryrefslogtreecommitdiff
path: root/myrpki/run-daemons.sh
blob: 0eb93c8e95e90e9efc505a322041962b124d6552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh -
# $Id$

set -x

if test -z "$STY"
then

  exec screen -L sh $0 ${1+"$@"}

else

  screen python ../rpkid/irdbd.py
  screen python ../rpkid/rpkid.py
  screen python ../rpkid/pubd.py

  #if test -n "$*"; then sleep 5; "$@"; fi

fi