2a83c2ee1347a9bfda0b324d05d58f6165118feb
[lttng-ci.git] / lava / pdudaemon / daemon.sh
1 #!/bin/bash
2
3 WORK_DIR="$(dirname "$(readlink -f "$0")")"
4 VENV="${WORK_DIR}/venv/bin/activate"
5
6 source "${VENV}"
7
8 pdudaemon --journal --dbfile="${WORK_DIR}/pdudaemon.db" --conf="${WORK_DIR}/pdudaemon.conf"
This page took 0.0315 seconds and 5 git commands to generate.