Use %h for pdudaemon systemd service
[lttng-ci.git] / lava / pdudaemon / pdudaemon.service
1 [Unit]
2 Description=Control and Queueing daemon for PDUs
3
4 [Service]
5 ExecStart=/bin/bash %h/lttng-ci/lava/pdudaemon/daemon.sh
6 Type=simple
7 User=lava
8 Restart=on-abnormal
9
10 [Install]
11 WantedBy=multi-user.target
This page took 0.029111 seconds and 4 git commands to generate.