diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-04 06:43:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-04 06:43:34 +0200 |
commit | 0f0e2174ad4ffa152ec0783016f449758b25bcbb (patch) | |
tree | 800618e8d5dfcf8ec8b7c962a3fa790719f83eaa | |
parent | 798a0aab2fbb5aed01bbd8419b65a03fb4602b3f (diff) |
Use absolute path that we actually need to the .service file
-rw-r--r-- | bbot/bbot-agent@.service | 2 |
1 files changed, 1 insertions, 1 deletions
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=~ |