From: Jonathan Rajotte Date: Mon, 29 Oct 2018 20:18:12 +0000 (-0400) Subject: Fix: %h is only valid for user services X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=a4d56de271a77d2c101e299c6ce05e180738c328;p=lttng-ci.git Fix: %h is only valid for user services --- diff --git a/lava/pdudaemon/pdudaemon.service b/lava/pdudaemon/pdudaemon.service index 8712a38..10ee7b1 100644 --- a/lava/pdudaemon/pdudaemon.service +++ b/lava/pdudaemon/pdudaemon.service @@ -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