aboutsummaryrefslogtreecommitdiff
path: root/bbot/bbot-agent@.service
blob: 8b3b7a34f25317072d306527214b40034477fe31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=bbot agent for %I
After=default.target

[Service]
Type=simple
ExecStart=/build/toolchains/%i/bin/bbot-agent %i
User=build
Group=build
WorkingDirectory=~

[Install]
WantedBy=default.target