Fix: %h is only valid for user services
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 29 Oct 2018 20:18:12 +0000 (16:18 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 29 Oct 2018 20:18:12 +0000 (16:18 -0400)
lava/pdudaemon/pdudaemon.service

index 8712a38970f68bee6e6efc33f730ab1c792e64b0..10ee7b1003cdf3a85da26895fa2973778f3935c3 100644 (file)
@@ -2,7 +2,7 @@
 Description=Control and Queueing daemon for PDUs
 
 [Service]
-ExecStart=/bin/bash %h/lttng-ci/lava/pdudaemon/daemon.sh
+ExecStart=/bin/bash /home/lava//lttng-ci/lava/pdudaemon/daemon.sh
 Type=simple
 User=lava
 Restart=on-abnormal
This page took 0.024906 seconds and 4 git commands to generate.