From 0f0e2174ad4ffa152ec0783016f449758b25bcbb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Apr 2017 06:43:34 +0200 Subject: Use absolute path that we actually need to the .service file --- bbot/bbot-agent@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/bbot-agent@.service') diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 7336610..8b3b7a3 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -4,7 +4,7 @@ After=default.target [Service] Type=simple -ExecStart=/usr/bin/bbot-agent %i +ExecStart=/build/toolchains/%i/bin/bbot-agent %i User=build Group=build WorkingDirectory=~ -- cgit v1.1